This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "AntiSamy Version Differences"

From OWASP
Jump to: navigation, search
m (fixing horizontal alignment of right columns)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This page shows the different AntiSamy features and whether or not its available in a given port.<br>  
 
This page shows the different AntiSamy features and whether or not its available in a given port.<br>  
  
{| width="828" cellspacing="3" cellpadding="3" border="1" align="left" summary="Shows the capability and feature differences amongst AntiSamy versions." style=""
+
{| width="828" cellspacing="3" cellpadding="3" border="1" align="left" style="" summary="Shows the capability and feature differences amongst AntiSamy versions."
|+ AntiSamy Feature Comparison<br>  
+
|+ <br>  
 
|-
 
|-
 
! scope="col" | Feature<br>  
 
! scope="col" | Feature<br>  
Line 14: Line 14:
 
| align="left" | '''Can parse and validate CSS instead of removing it'''<br>''Does this version of AntiSamy allow users to provide cascading style sheets as well as HTML without accepting any dangerous data that could allow phishing or other visual attacks?''<br>  
 
| align="left" | '''Can parse and validate CSS instead of removing it'''<br>''Does this version of AntiSamy allow users to provide cascading style sheets as well as HTML without accepting any dangerous data that could allow phishing or other visual attacks?''<br>  
 
| align="center" | Yes<br>  
 
| align="center" | Yes<br>  
| align="center" | Yes<br>
+
| align="center" | Mostly<br>
|-
 
| align="left" | '''XHTML support'''<br>''Does this version of AntiSamy allow developers to specify whether or not output should be in XHTML&nbsp;form?''<br>
 
| align="center" | Yes<br>
 
| align="center" | No<br>
 
|-
 
| align="left" | '''Can specify if doctype is wanted'''<br>''Does this version of AntiSamy allow users to optionally add a doctype declaration to all output?''<br>
 
| align="center" | Yes<br>
 
| align="center" | No<br>
 
|-
 
| align="left" | '''Can embed remote stylesheets (with timeout?)'''<br>''During CSS validation, can offsite stylesheets with fully-qualified URLs be downloaded and validated automatically?''
 
| align="center" | Yes<br>
 
| align="center" | No<br>
 
 
|-
 
|-
| align="left" | '''Can pretty-print output'''<br>''Does this version of AntiSamy have the capability of automatically formatting output?''
+
| align="left" | '''Allows advanced processing options'''<br>''Does this version of AntiSamy support "directives", which can be used to implement advanced functionality and usability?''
| align="center" | Yes<br>
+
| align="center" | Yes
| align="center" | No<br>
+
| align="center" | No
|-
 
| align="left" | '''Can properly validate &lt;embed&gt; arguments in both&nbsp;&lt;param&gt; and attribute form?'''<br>''Does this version of AntiSamy process object parameters as attributes of &lt;embed&gt; or as nested &lt;param&gt; tags seamlessly?''  
 
| align="center" | Yes<br>
 
| align="center" | No<br>
 
 
|}
 
|}
  
 
<br>
 
<br>

Latest revision as of 02:51, 20 October 2009

This page shows the different AntiSamy features and whether or not its available in a given port.


Feature
AntiSamy (Java)
AntiSamy (.NET)
Safely parses HTML
Does this version of AntiSamy allow users to provide HTML input that will filter out any dangerous data, including any JavaScript?
Yes
Yes
Can parse and validate CSS instead of removing it
Does this version of AntiSamy allow users to provide cascading style sheets as well as HTML without accepting any dangerous data that could allow phishing or other visual attacks?
Yes
Mostly
Allows advanced processing options
Does this version of AntiSamy support "directives", which can be used to implement advanced functionality and usability?
Yes No