|
|
(21 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | {{Template:Project About
| + | #REDIRECT [[OWASP_Java_HTML_Sanitizer_Project]] |
− | | |
− | | project_name = OWASP Java HTML Sanitizer
| |
− | | |
− | | project_home_page = OWASP Java HTML Sanitizer
| |
− | | |
− | | project_description =
| |
− | *This is a fast Java-based HTML Sanitizer which provides XSS protection.
| |
− | *This is code from the Caja project that was donated by Google. It is rather high performance and low memory utilization.
| |
− | *The existing dependencies are on guava and JSR 305. The other jars are only needed by the unittests. The JSR 305 dependency is a compile-only dependency, only needed for annotations.
| |
− | *This code provides 4X the speed of AntiSamy sanitization in DOM mode and 2X the speed of AntiSamy in SAX mode
| |
− | *Very easy to use. It allows for simple programmatic POSITIVE policy configuration (see below). No XML config.
| |
− | *It does not suffer from the various security flaws that the Niko HTML parser brought with it
| |
− | *Actively maintained by myself and Mike Samuel from Google's AppSec team
| |
− | *Already passing 80% of AntiSamy's unit tests *plus many more*.
| |
− | * Only 3 dependent jar files
| |
− | *This is a pure Java 6 project and does not support Java 5 or below ( Please note AntiSamy supports 1.4+ ).
| |
− | | |
− | | |
− | | project_license = [http://www.opensource.org/licenses/bsd-license.php New BSD License]
| |
− | | |
− | | leader_name1 = Jim Manico
| |
− | | |
− | | leader_username1 = Jmanico
| |
− | | |
− | | contributor_name[1-10] =
| |
− | | contributor_email[1-10] =
| |
− | | contributor_username[1-10] =
| |
− | | |
− | | pamphlet_link =
| |
− | | |
− | | presentation_link =
| |
− | | |
− | | mailing_list_name = https://lists.owasp.org/mailman/listinfo/owasp-java-html-sanitizer
| |
− | | |
− | | project_road_map = http://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer/Roadmap
| |
− | | |
− | | links_url1 = https://code.google.com/p/owasp-java-html-sanitizer/
| |
− | | links_name1 = https://code.google.com/p/owasp-java-html-sanitizer/
| |
− | | |
− | | links_url2 =
| |
− | | links_name2 =
| |
− | | |
− | | release_1 = We are currently at Alpha right now - but will be production ready and soon.
| |
− | | release_2 =
| |
− | | release_3 =
| |
− | | release_4 =
| |
− | }}
| |