OWASP/owasp-java-encoder
The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting!
4 Releases
Latest: 6mo ago
v1.4.0Latest
📋 What's Changed
- feat: add XML 1.1 encoding by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/88
- fix: typo by @drcheap in https://github.com/OWASP/owasp-java-encoder/pull/83
- build(deps-dev): bump spring-test and spring-core by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/86
- docs: update security policy for OWASP Java Encoder by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/87
✨ New Contributors
- @drcheap made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/83
- Full Changelog: https://github.com/OWASP/owasp-java-encoder/compare/v1.3.1...v1.4.0
v1.3.1
📋 What's Changed
- fix: java.lang.NoSuchMethodError when running on Java 8 by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/80
- fix: add OSGi related entries in the MANIFEST.MF file by @enapps-enorman in https://github.com/OWASP/owasp-java-encoder/pull/82
✨ New Contributors
- @enapps-enorman made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/82
- Full Changelog: https://github.com/OWASP/owasp-java-encoder/compare/v1.3.0...v1.3.1
v1.3.0
📋 What's Changed
- Add automatic module name by @casid in https://github.com/OWASP/owasp-java-encoder/pull/45
- Correct javadoc for Encode class. by @kwwall in https://github.com/OWASP/owasp-java-encoder/pull/52
- Add badge for javadoc by @seanf in https://github.com/OWASP/owasp-java-encoder/pull/55
- Tiny typo Fix by @loris-s-sonarsource in https://github.com/OWASP/owasp-java-encoder/pull/58
- Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp by @dependabot in https://github.com/OWASP/owasp-java-encoder/pull/59
- General Maintenance by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/61
- Improve Encode.forHtmlAttribute docs by @meeque in https://github.com/OWASP/owasp-java-encoder/pull/72
- fix: update esapi thunk by @jeremylong in https://github.com/OWASP/owasp-java-encoder/pull/76
- + 2 more
✨ New Contributors
- @casid made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/45
- @seanf made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/55
- @loris-s-sonarsource made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/58
- @dependabot made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/59
- @meeque made their first contribution in https://github.com/OWASP/owasp-java-encoder/pull/72
- Full Changelog: https://github.com/OWASP/owasp-java-encoder/compare/v1.2.3...v1.3.0
Version 1.2.3v1.2.3
📋 Changes
- Update to make the manifest OSGi-compliant (#39).
- Update to support ESAPI 2.2 and later (#37).
