https://github.com/apache/sling-org-apache-sling-xss
Apache Sling XSS Protection
https://github.com/apache/sling-org-apache-sling-xss
java sling
Last synced: about 1 year ago
JSON representation
Apache Sling XSS Protection
- Host: GitHub
- URL: https://github.com/apache/sling-org-apache-sling-xss
- Owner: apache
- License: apache-2.0
- Created: 2017-10-18T16:22:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:52:29.000Z (over 1 year ago)
- Last Synced: 2025-03-30T03:07:25.962Z (over 1 year ago)
- Topics: java, sling
- Language: Java
- Homepage: https://sling.apache.org/
- Size: 472 KB
- Stars: 11
- Watchers: 29
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://sling.apache.org)
[](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-xss/job/master/) [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-xss/job/master/test/?width=800&height=600) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-xss) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-xss) [](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.xss) [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.xss%22) [](https://www.apache.org/licenses/LICENSE-2.0)
# Apache Sling XSS Protection
This module is part of the [Apache Sling](https://sling.apache.org) 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.