dependabot[bot] opened a new pull request, #174: URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/174
Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.11.0 to 1.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/find-sec-bugs/find-sec-bugs/releases">findsecbugs-plugin's releases</a>.</em></p> <blockquote> <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://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/669">Bug with generic</a> <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/643">find-sec-bugs/find-sec-bugs#643</a></li> <li>Remove verbose logging from test case by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/644">find-sec-bugs/find-sec-bugs#644</a></li> <li>Add Paths.get(Uri) as source for Path traversal by <a href="https://github.com/deepsan"><code>@deepsan</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/645">find-sec-bugs/find-sec-bugs#645</a></li> <li>New detector FindDangerousPermissionCombination for new bug type DANGEROUS_PERMISSION_COMBINATION by <a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/652">find-sec-bugs/find-sec-bugs#652</a></li> <li>Fix the examples in the documentation of DANGEROUS_PERMISSION_COMBINATION by <a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/654">find-sec-bugs/find-sec-bugs#654</a></li> <li>Fallback when classNameLength is too long <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/651">#651</a> by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/653">find-sec-bugs/find-sec-bugs#653</a></li> <li>Update data in script generator by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/658">find-sec-bugs/find-sec-bugs#658</a></li> <li>Update test dependencies by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/659">find-sec-bugs/find-sec-bugs#659</a></li> <li>ReDOS detection for the Pattern annotation <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/426">#426</a> by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/660">find-sec-bugs/find-sec-bugs#660</a></li> <li>Fix unescape tag <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/661">#661</a> by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/662">find-sec-bugs/find-sec-bugs#662</a></li> <li>Correctly parse method signatures with generic types by <a href="https://github.com/scottsteen"><code>@scottsteen</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/669">find-sec-bugs/find-sec-bugs#669</a></li> <li>Fixing LDAP/JNDI sink method signature by <a href="https://github.com/h3xstream"><code>@h3xstream</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/670">find-sec-bugs/find-sec-bugs#670</a></li> <li>updated links to plugins on website by <a href="https://github.com/winne42"><code>@winne42</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/671">find-sec-bugs/find-sec-bugs#671</a></li> <li>Add JDK17 support by <a href="https://github.com/jlstephens89"><code>@jlstephens89</code></a> in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/672">find-sec-bugs/find-sec-bugs#672</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/baloghadamsoftware"><code>@baloghadamsoftware</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/635">find-sec-bugs/find-sec-bugs#635</a></li> <li><a href="https://github.com/deepsan"><code>@deepsan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/645">find-sec-bugs/find-sec-bugs#645</a></li> <li><a href="https://github.com/scottsteen"><code>@scottsteen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/669">find-sec-bugs/find-sec-bugs#669</a></li> <li><a href="https://github.com/winne42"><code>@winne42</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/671">find-sec-bugs/find-sec-bugs#671</a></li> <li><a href="https://github.com/jlstephens89"><code>@jlstephens89</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/pull/672">find-sec-bugs/find-sec-bugs#672</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.11.0...version-1.12.0">https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.11.0...version-1.12.0</a></p> <pre><code>>md5sum findsecbugs-cli-1.12.0.zip 3b27a4374ac89146574a6318cfc53529 *findsecbugs-cli-1.12.0.zip <p>>sha1sum findsecbugs-cli-1.12.0.zip cc382af0fae095afa7d41eb14d105fb909d8bc5b *findsecbugs-cli-1.12.0.zip </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/dfbf6e8a9108a312c3fdda343711cf031ccd14c1"><code>dfbf6e8</code></a> Release 1.12</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/a7694d0a61e58479924d3f4267fe206a9e892c11"><code>a7694d0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/672">#672</a> from jlstephens89/jdk17_support</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/dfe401fb23e82fd455c8bcdf3408e41f714601a4"><code>dfe401f</code></a> Upgrade CLI</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/6928446aa52b3f83c9496b9e85ba2d467784f092"><code>6928446</code></a> Merge branch 'jdk17_support' of <a href="https://github.com/prelaunch-lift/find-sec-bu">https://github.com/prelaunch-lift/find-sec-bu</a>...</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/da881f7505154506cafa4c714ef3becd21e4d3b9"><code>da881f7</code></a> Revert Kotlin upgrade</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/548fdfed3fff08fcef92ed5adf5039ae439f88d0"><code>548fdfe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/671">#671</a> from winne42/update_integration_links</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/caf6bbf0305c751c3603adb1edc591674eab9ecb"><code>caf6bbf</code></a> update links to plugins; the old links pointed to deprecated or even disappea...</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/9a8031376791754f924b5e279727dec93c8fa32e"><code>9a80313</code></a> Add ignore path for samples purposely bad</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/2af33545833f4d294a133b39f47d9db6ac6774b9"><code>2af3354</code></a> Rename CodeQL workflow</li> <li><a href="https://github.com/find-sec-bugs/find-sec-bugs/commit/ad34d09cb893a8a52ec2019215a298f336a6cac9"><code>ad34d09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/find-sec-bugs/find-sec-bugs/issues/670">#670</a> from h3xstream/master</li> <li>Additional commits viewable in <a href="https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.11.0...version-1.12.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
