dependabot[bot] opened a new pull request, #2061: URL: https://github.com/apache/groovy/pull/2061
Bumps [com.h3xstream.findsecbugs:findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.12.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> </blockquote> </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.12.0...version-1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.h3xstream.findsecbugs:findsecbugs-plugin&package-manager=gradle&previous-version=1.12.0&new-version=1.13.0)](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: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org