ESAPI / esapi-java-legacy

ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.
https://owasp.org/www-project-enterprise-security-api/
Other
598 stars 363 forks source link

Bump org.owasp.antisamy:antisamy from 1.7.3 to 1.7.4 #801

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 9 months ago

Bumps org.owasp.antisamy:antisamy from 1.7.3 to 1.7.4.

Release notes

Sourced from org.owasp.antisamy:antisamy's releases.

Release version 1.7.4

This release addresses the vulnerability documented in CVE-2023-43643. AntiSamy versions prior to v1.7.4 are subject to mutation XSS (mXSS) vulnerability when preserving comments. - https://www.cvedetails.com/cve/CVE-2023-43643.

In addition, a number of libraries and plugins were upgraded, including one with a known vulnerability. Specifically, AntiSamy 1.7.4 upgraded to batik-css v1.17 because batik-css:1.16 is subject to https://www.cvedetails.com/cve/CVE-2022-44729.

Commits
  • 45c78f1 Final commit for 1.7.4 release.
  • bf19f97 Add tests for content processing when preserving comments
  • 05c52b9 Avoid parsing noscript content
  • 7fdb6c1 Update neko-html
  • 00a224b Merge pull request #369 from nahsra/dependabot/maven/org.apache.httpcomponent...
  • d7f3696 Merge pull request #368 from nahsra/dependabot/maven/org.codehaus.mojo-versio...
  • 29fe573 Merge pull request #370 from nahsra/dependabot/maven/com.github.spotbugs-spot...
  • e6c7a9a Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6
  • cc97c69 Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3
  • 6b5a93a Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ESAPI/esapi-java-legacy/network/alerts).
kwwall commented 7 months ago

This is taken care of by PR #809 so I am closing this. The dependabot PR failed because of a 'convergence' error that I had to address manually.

dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.