dependabot[bot] opened a new pull request, #4974: URL: https://github.com/apache/eventmesh/pull/4974
Bumps [com.h3xstream.findsecbugs:findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.11.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/find-sec-bugs/find-sec-bugs/releases">com.h3xstream.findsecbugs:findsecbugs-plugin's releases</a>.</em></p> <blockquote> <h2>Version 1.13.0 - Lucky 13</h2> <hr /> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Java 21 Support <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/723">#723</a></li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>SpringEntityLeakDetector crashes with array types <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/679">#679</a></li> <li>Java 17 not working <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/678">#678</a></li> <li>Detect usage of Apache BeanUtils.copyProperties as dangerous <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/601">#601</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Upgrade SpotBugs to 4.8.3 <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/725">#725</a> (<a href="https://github.com/gtoison">gtoison</a>)</li> <li>Updates to handle string-building taint with invokedynamic concatenation in JDK > 8 <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/713">#713</a> (<a href="https://github.com/jbindel">jbindel</a>)</li> <li>taint-config files java-lang.txt and scala.txt propagate taint from character types <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/712">#712</a> (<a href="https://github.com/jbindel">jbindel</a>)</li> <li>Add GCM-SIV to authenticated cipher mode list <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/710">#710</a> (<a href="https://github.com/mzcu">mzcu</a>)</li> <li>Fix IMPROPER_UNICODE rule description <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/707">#707</a> (<a href="https://github.com/Vampire">Vampire</a>)</li> <li>Update messages.xml <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/700">#700</a> (<a href="https://github.com/jasonparallel">jasonparallel</a>)</li> <li>Fixing typo in docs <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/699">#699</a> (<a href="https://github.com/kdowbecki">kdowbecki</a>)</li> <li>Verbose source line locations report <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/691">#691</a> (<a href="https://github.com/oxeye-gal">oxeye-gal</a>)</li> <li>Adding workaround for JDK > 8 invokedynamic tainting <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/690">#690</a> (<a href="https://github.com/oxeye-gal">oxeye-gal</a>)</li> <li>JstlExpressionWhiteLister now allows custom regular expressions <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/686">#686</a> (<a href="https://github.com/jbindel">jbindel</a>)</li> <li>fix: added "cash account" to the safe words, not a SHA password <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/683">#683</a> (<a href="https://github.com/gtoison">gtoison</a>)</li> <li>Add Detector for XXE in XML SchemaFactory <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/682">#682</a> (<a href="https://github.com/exceptionfactory">exceptionfactory</a>)</li> <li>Add Detector for XXE in XML Validator <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/681">#681</a> (<a href="https://github.com/exceptionfactory">exceptionfactory</a>)</li> <li>fix: handle arrays in SignatureParserWithGeneric <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/680">#680</a> (<a href="https://github.com/gtoison">gtoison</a>)</li> <li>New detector for potential XML injection <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/663">#663</a> (<a href="https://github.com/baloghadamsoftware">baloghadamsoftware</a>)</li> <li>Detect usage of Apache BeanUtils as dangerous <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/601">#601</a> <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/629">#629</a> (<a href="https://github.com/marcelel">marcelel</a>)</li> </ul> <h2>Version 1.12.0 - Preventing the next Log4Shell</h2> <p>This release includes a lot of small fixes. See the auto-generated for the complete changes. From those, here are two notable improvements:</p> <ul> <li>Supports for JDK 17</li> <li>Important fixes regarding signatures' files (<a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/669">Bug with generic</a> <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/670"></a>)</li> </ul> <p>In late 2021, the library log4j version 2 was vulnerable to JDNI/LDAP "injection". The Log4j2 project <a href="https://github.com/apache/logging-log4j2/blob/release-2.x/pom.xml#L1134-L1138">has been using FSB (at least once)</a>. I later found out that we had a small signature issue that could have warned of the <code>Context.lookup()</code> method risks. <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/670">#670</a> for more info.</p> <hr /> <h2>What's Changed</h2> <ul> <li>Version changes by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/615">find-sec-bugs/find-sec-bugs#615</a></li> <li>Add support for Vert.x web Oauth2 + CSRF handlers by <a href="https://github.com/pmlopes"><code>@pmlopes</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/621">find-sec-bugs/find-sec-bugs#621</a></li> <li>Add new detector for MODIFICATION_AFTER_VALIDATION by <a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/635">find-sec-bugs/find-sec-bugs#635</a></li> <li>Add new detector for NORMALIZATION_AFTER_VALIDATION by <a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/633">find-sec-bugs/find-sec-bugs#633</a></li> <li>Fix solution for XXE with TransformerFactory by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/641">find-sec-bugs/find-sec-bugs#641</a></li> <li>Quick fix for NormalizationAfterValidation by <a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> in <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/pull/643">find-sec-bugs/find-sec-bugs#643</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/06d7c8360b8485bd0362f078d17fae90940e7387"><code>06d7c83</code></a> Release 1.13.0</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/05c71d8e65b9e96413ef7ab0c318481d452ed2d1"><code>05c71d8</code></a> Merge pull request <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/713">#713</a> from jbindel/invokedynamicfix</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/aba3b5e003b6b360ead93497fea78ace3edcfe79"><code>aba3b5e</code></a> Merge pull request <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/712">#712</a> from jbindel/master</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/42ebd010f2669812cee48423d706e262f9e5a000"><code>42ebd01</code></a> Test cases for invokedynamic workaround for String concatenation.</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/37ad5584a97b42016a0f49c6b78978b2956815cd"><code>37ad558</code></a> Update invokedynamic workaround to check the size of parameters like long and...</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/1c7b5e812ded7d2feac8b5374b6ed03ffbd1bb30"><code>1c7b5e8</code></a> Test cases for invokedynamic workaround for String concatenation.</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/7669015a40d67572f7ab6003e1672dba599d0abd"><code>7669015</code></a> Update invokedynamic workaround to check the size of parameters like long and...</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/3dcb3785291ec1f28227e6d10485f4c97e0cd25c"><code>3dcb378</code></a> Issue#711 Appending char to Scala StringBuilder is not considered taint-free.</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/0ca18b5451730d89de4f59db2af414e85fa963ac"><code>0ca18b5</code></a> Issue#711 Appending char to StringBuilder or StringBuffer is not considered t...</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/68628d313f4ed105da5145c7b7289480c469c715"><code>68628d3</code></a> Merge pull request <a href="https://redirect.github.com/find-sec-bugs/find-sec-bugs/issues/690">#690</a> from oxeye-gal/invokedynamic-workaround</li> <li>Additional commits viewable in <a href="https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.11.0...version-1.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org