Apache Sling XSS Protection

Clone this repo:
  1. e5dfb56 [maven-release-plugin] prepare for next development iteration by Julian Reschke · 5 weeks ago master
  2. b68b444 [maven-release-plugin] prepare release org.apache.sling.xss-2.4.10 by Julian Reschke · 5 weeks ago org.apache.sling.xss-2.4.10
  3. 6dac304 SLING-13093: Sling XSS should not depend on log4j 1.x by Julian Reschke · 5 weeks ago
  4. 5d3061d SLING-13093: Sling XSS should not depend on log4j 1.x by Julian Reschke · 5 weeks ago
  5. 96a7e55 Bump com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer (#59) by dependabot[bot] · 8 weeks ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling XSS Protection

This module is part of the Apache Sling project.

The Apache Sling XSS Bundle provides two services for escaping and filtering XSS-prone user submitted content:

  1. org.apache.sling.xss.XSSAPI
  2. org.apache.sling.xss.XSSFilter

Please check the JavaDoc of each service to find out what methods they provide.