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.
Other
833 stars 210 forks source link

Require at least Java 11 #325

Closed csware closed 3 months ago

csware commented 4 months ago

Currently, the Java JDK requirement is inconsistent and not enforced. This PR documents and makes the HTML Sanitizer consistently require JDK11 - this is fine for a new release.

If there are reasons why JDK8 needs to be further supported or security fixes are needed, PR #321 can be considered or just a new release prepared that still uses Guava.