dependabot[bot] opened a new pull request, #1153: URL: https://github.com/apache/cxf/pull/1153
Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jeremylong/DependencyCheck/releases">dependency-check-maven's releases</a>.</em></p> <blockquote> <h2>Version 8.1.0</h2> <h3>Added</h3> <ul> <li><code>Pipefile.lock</code> files are now supported (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5404">#5404</a>).</li> <li>Python projects with only a <code>pyproject.toml</code> but no lock file or requirements will report an error as ODC is unable to analyze the project (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5409">#5409</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Some maven projects caused false positives due to bad string interpolation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5421">#5421</a>).</li> <li>Error message from Assembly Analyzer has been updated to emphasize dotnet 6 is required for analysis (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5408">#5408</a>).</li> <li>Correct issue where database defrag occurs even when no updates were performed (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5441">#5441</a>).</li> <li>Fixed several False Positives and one False Negative.</li> <li>Fixed the <code>format</code> configuration more flexible in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/324">#324</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/324">dependency-check/dependency-check-gradle#324</a>)).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/60?closed=1">changes</a>.</p> <h2>Version 8.0.2</h2> <h3>Fixed</h3> <ul> <li>Resolved bug causing an issue with some Maven Extensions (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5366">#5366</a>).</li> <li>ArchiveAnalyzer will now correctly throw an exception if it cannot open an Archive (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5371">#5371</a>).</li> <li>Updated CSV report so that it no longer has a duplicate <code>description</code> column (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5364">#5364</a>).</li> <li>Moved several logging statements to trace which should drastically reduce the log size (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5350">#5350</a>).</li> <li>Fixed bug with RetireJS' <code>--retirejsFilterNonVulnerable</code> and <code>--retirejsFilter</code> when used with the CLI (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5351">#5351</a>).</li> <li>Fixed the <code>sarif</code> report format and added validation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5345">#5345</a> and (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5363">#5363</a>)</li> <li>Fixed <code>MalformedPackageException</code> in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/320">#320</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/320">dependency-check/dependency-check-gradle#320</a>)).</li> <li>Fixed <code>MissingMethodException</code> in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/316">#316</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/316">dependency-check/dependency-check-gradle#316</a>)).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/59?closed=1">changes</a>.</p> <h2>Version 8.0.1</h2> <h3>Fixed</h3> <ul> <li>Fixed Stack Overflow Exception in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/308">#308</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/308">dependency-check/dependency-check-gradle#308</a>)).</li> <li>Fixed No Signature of Method Exception in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/305">#305</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/305">dependency-check/dependency-check-gradle#305</a>)).</li> <li>Updated DB initialization scripts for externally hosted DBs (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5314">#5314</a> and <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5317">#5317</a>). <ul> <li>Postgres users will need to use the updated init script and 8.0.1.</li> </ul> </li> <li>Resolved NPE in the NodePackageAnalyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5339">#5339</a>).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/58?closed=1">changes</a>.</p> <h2>Version 8.0.0</h2> <h3>Added</h3> <ul> <li>Utilize the hosted suppression file to allow for faster remediation of reported False Positives (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4723">#4723</a>).</li> <li>Include the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">CISA Known Exploited Vulnerability Catalog</a> (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4878">#4878</a>).</li> <li>The <code>gradle</code> and <code>maven</code> plugins now have the capability to scan the build plugins (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4035">#4035</a>).</li> <li>The <code>gradle</code> and <code>maven</code> plugins, for transitive dependencies, will report the root dependency in the project that included the transitive dependency (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5001">#5001</a>).</li> <li>Added <code>properties.security-severity</code> to SARIF report for better integration with GitHub Security Code scanning (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5227">#5277</a>).</li> <li>Allow for HTTP auth settings for Retire JS respository (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5209">#5209</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md">dependency-check-maven's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v8.1.0">Version 8.1.0</a> (2023-01-26)</h2> <h3>Added</h3> <ul> <li><code>Pipefile.lock</code> files are now supported (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5404">#5404</a>).</li> <li>Python projects with only a <code>pyproject.toml</code> but no lock file or requirements will report an error as ODC is unable to analyze the project (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5409">#5409</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Some maven projects caused false positives due to bad string interpolation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5421">#5421</a>).</li> <li>Error message from Assembly Analyzer has been updated to emphasize dotnet 6 is required for analysis (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5408">#5408</a>).</li> <li>Correct issue where database defrag occurs even when no updates were performed (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5441">#5441</a>).</li> <li>Fixed several False Positives and one False Negative.</li> <li>Fixed the <code>format</code> configuration more flexible in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/324">#324</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/324">dependency-check/dependency-check-gradle#324</a>)).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/60?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v8.0.2">Version 8.0.2</a> (2023-01-26)</h2> <h3>Fixed</h3> <ul> <li>Resolved bug causing an issue with some Maven Extensions (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5366">#5366</a>).</li> <li>ArchiveAnalyzer will now correctly throw an exception if it cannot open an Archive (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5371">#5371</a>).</li> <li>Updated CSV report so that it no longer has a duplicate <code>description</code> column (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5364">#5364</a>).</li> <li>Moved several logging statements to trace which should drastically reduce the log size (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5350">#5350</a>).</li> <li>Fixed bug with RetireJS' <code>--retirejsFilterNonVulnerable</code> and <code>--retirejsFilter</code> when used with the CLI (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5351">#5351</a>).</li> <li>Fixed the <code>sarif</code> report format and added validation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5345">#5345</a> and (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5363">#5363</a>)</li> <li>Fixed <code>MalformedPackageException</code> in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/320">#320</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/320">dependency-check/dependency-check-gradle#320</a>)).</li> <li>Fixed <code>MissingMethodException</code> in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/316">#316</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/316">dependency-check/dependency-check-gradle#316</a>)).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/59?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v8.0.1">Version 8.0.1</a> (2023-01-18)</h2> <h3>Fixed</h3> <ul> <li>Fixed Stack Overflow Exception in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/308">#308</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/308">dependency-check/dependency-check-gradle#308</a>)).</li> <li>Fixed No Signature of Method Exception in the gradle plugin ([dependency-check-gradle/<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/305">#305</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/305">dependency-check/dependency-check-gradle#305</a>)).</li> <li>Updated DB initialization scripts for externally hosted DBs (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5314">#5314</a> and <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5317">#5317</a>). <ul> <li>Postgres users will need to use the updated init script and 8.0.1.</li> </ul> </li> <li>Resolved NPE in the NodePackageAnalyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5339">#5339</a>).</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/58?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v8.0.0">Version 8.0.0</a> (2023-01-15)</h2> <h3>Added</h3> <ul> <li>Utilize the hosted suppression file to allow for faster remediation of reported False Positives (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4723">#4723</a>).</li> <li>Include the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">CISA Known Exploited Vulnerability Catalog</a> (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4878">#4878</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/8a6517e5009e577326d9b8422f4bf8291d95f774"><code>8a6517e</code></a> build:prepare release v8.1.0</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/6c82d9480db724f3b8b3a29800276179781b8cc0"><code>6c82d94</code></a> docs: release notes</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/1347904b723b2fe7fd90a55c6ed79cb667303ced"><code>1347904</code></a> build(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5">#5</a>...</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/c8bd0acf4cd8a0a29932bfe0e2509ae412ca14a9"><code>c8bd0ac</code></a> fix(fp): False Positives on GitPython (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5442">#5442</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/6cb9f337edee4037d57c34861550dc4ca7323942"><code>6cb9f33</code></a> fix: correctly return update status in KnownExploitedDataSource (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5441">#5441</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/182721d263abb2dab6f8658bb6d7cb71253bfb83"><code>182721d</code></a> fix: resolve false negative on yii2 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5434">#5434</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/8cde561fb9a21344e729d32d6f632d46d87ff966"><code>8cde561</code></a> fix: ensure pyproject.toml has lock (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5409">#5409</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/47302966c9eaa51f041acd9c02292288999339d9"><code>4730296</code></a> feat: support Pipenv - Pipfile.lock (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5404">#5404</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/c0fcd40dd7209a15da6885307bef643d0b8bb63f"><code>c0fcd40</code></a> fix(FP): Fp suppressions too hard for our automation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5438">#5438</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/8773d4f094a7d2db9213e6b12b716ec79db45a64"><code>8773d4f</code></a> build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5439">#5439</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v7.4.4...v8.1.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]
