OWASP Java HTML Sanitizer · Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Group: com.googlecode.owasp-java-html-sanitizer - All Dependencies
OWASP Java HTML Sanitizer Safe HTML Compatibility · Wraps the sanitizer to produces safe HTML (github.com/google/safe-html-types) in a way that is compatible with Fences (github.com/mikesamuel/fences-maven-enforcer-rule).
OWASP Java HTML Sanitizer Project Parent · A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.
Java 10 Shim · Provides an implementation of java8-shim that interoperates with Java >= 10 idioms for immutable collections.
Java 8 Shim · Backports @since Java 9 collection factories like List.of onto Java8 in a way that uses the real ones where available, falls back to a conforming implementation on Java8 and JIT compiles well.