SLING-12276 - Update to java-html-sanitizer 20240325.1 (#42)

- remove shade plugin configuration
- stop embedding guava classes
- rework our overrides to no longer use Guava
- inline the new shim classes in the resulting jar.
- force the osgi.ee requirement to Java 8
5 files changed
tree: 02aac67a02e8aacca3a30aa0bf1518d1ab2310eb
  1. .vscode/
  2. src/
  3. .asf.yaml
  4. .gitignore
  5. .sling-module.json
  6. bnd.bnd
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. Jenkinsfile
  10. LICENSE
  11. pom.xml
  12. README.md
README.md

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.