Bump dependency-check-maven from 6.2.2 to 8.0.0 #83

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/org.owasp-dependency-check-maven-8.0.0 into main
dependabot[bot] commented 2023-01-16 13:08:01 -05:00 (Migrated from github.com)

Bumps dependency-check-maven from 6.2.2 to 8.0.0.

Release notes

Sourced from dependency-check-maven's releases.

Version 8.0.0

Added

  • Utilize the hosted suppression file to allow for faster remediation of reported False Positives (#4723).
  • Include the CISA Known Exploited Vulnerability Catalog (#4878).
  • The gradle and maven plugins now have the capability to scan the build plugins (#4035).
  • The gradle and maven plugins, for transitive dependencies, will report the root dependency in the project that included the transitive dependency (#5001).
  • Added properties.security-severity to SARIF report for better integration with GitHub Security Code scanning (#5277).
  • Allow for HTTP auth settings for Retire JS respository (#5209).
  • New schema for the XML report was added to support some of the above additions (#5296).
  • Added missing gradle option to only warn on remote errors from the OSS Index Analyzer ([gradle #303](dependency-check/dependency-check-gradle#303)).

Changed

  • Breaking: the database schema updated - if using an external database the update scripts must be run!
  • The exit codes from the CLI have been changed to be in the range from 0-255 (#4511.
  • The OSS Index Analyzer will automatically disable itself if a transport error occurs - preventing copious errors from being reported (#5300).

Fixed

  • Added an additional check for rejected CVEs to reduce FP (#5268.
  • Corrected the analysis of node_modules to prevent NPEs (#5266).
  • Fixed error when scanning node packages with local dependencies (#5235).
  • Fixed NPE in the MSBuild Analyzer (#5293).
  • Several False Positives have been resolved.

See the full listing of changes.

Version 7.4.4

Fixed

  • Resolved issue processing NVD CVE data due to column width (#5229)

See the full listing of changes.

Version 7.4.3

Fixed

  • Fixed NPE when analyzing version ranges in NPM (#5158 & #5190)
  • Resolved several FP (#5191)

See the full listing of changes.

Version 7.4.2

Fixed

  • Fixes maven 3.1 compatibility issue (#5152)
  • Fixed issue with invalid node_module paths in some scans (#5135)
  • Fixed missing option to disable the Poetry Analyzer in the CLI (#5160)

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

Version 8.0.0 (2023-01-15)

Added

  • Utilize the hosted suppression file to allow for faster remediation of reported False Positives (#4723).
  • Include the CISA Known Exploited Vulnerability Catalog (#4878).
  • The gradle and maven plugins now have the capability to scan the build plugins (#4035).
  • The gradle and maven plugins, for transitive dependencies, will report the root dependency in the project that included the transitive dependency (#5001).
  • Added properties.security-severity to SARIF report for better integration with GitHub Security Code scanning (#5277).
  • Allow for HTTP auth settings for Retire JS respository (#5209).
  • New schema for the XML report was added to support some of the above additions (#5296).
  • Added missing gradle option to only warn on remote errors from the OSS Index Analyzer ([gradle #303](dependency-check/dependency-check-gradle#303)).

Changed

  • Breaking: the database schema updated - if using an external database the update scripts must be run!
  • The exit codes from the CLI have been changed to be in the range from 0-255 (#4511.
  • The OSS Index Analyzer will automatically disable itself if a transport error occurs - preventing copious errors from being reported (#5300).

Fixed

  • Added an additional check for rejected CVEs to reduce FP (#5268.
  • Corrected the analysis of node_modules to prevent NPEs (#5266).
  • Fixed error when scanning node packages with local dependencies (#5235).
  • Fixed NPE in the MSBuild Analyzer (#5293).
  • Several False Positives have been resolved.

See the full listing of changes.

Version 7.4.4 (2023-01-06)

Fixed

  • Resolved issue processing NVD CVE data due to column width (#5229)

See the full listing of changes.

Version 7.4.3 (2022-12-29)

Fixed

  • Fixed NPE when analyzing version ranges in NPM (#5158 & #5190)
  • Resolved several FP (#5191)

See the full listing of changes.

Version 7.4.2 (2022-12-28)

Fixed

... (truncated)

Commits
  • f3d806d build:prepare release v8.0.0
  • 990bbbf docs: prep 8.0.0 release
  • 5b65fa2 fix(fp): transfer generated suppressions
  • 7e36522 docs: updates for 8.0.0 (#5299)
  • 5c1c07a fix: correct supported versions
  • 8df6208 fix: Add hosted suppressions args to completion, fixup CLI documentation of a...
  • 465b942 fix: add CISA Known Exploited Vulnerability Catalog to report credits (#5301)
  • 4947c56 fix: disable OSS Index Analyzer when transport errors occur (#5300)
  • 345337f fix: add missing hostedSuppressions args to completion
  • d3bad35 fix: Fixup copy/paste error in CLI argument documentation
  • 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 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)
Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.2.2 to 8.0.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.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> <li>New schema for the XML report was added to support some of the above additions (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5296">#5296</a>).</li> <li>Added missing gradle option to only warn on remote errors from the OSS Index Analyzer ([gradle <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/303">#303</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/303">dependency-check/dependency-check-gradle#303</a>)).</li> </ul> <h3>Changed</h3> <ul> <li><strong>Breaking:</strong> the database schema updated - if using an external database the update scripts must be run!</li> <li>The <a href="https://tldp.org/LDP/abs/html/exit-status.html">exit codes</a> from the CLI have been changed to be in the range from 0-255 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/4511">#4511</a>.</li> <li>The OSS Index Analyzer will automatically disable itself if a transport error occurs - preventing copious errors from being reported (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5300%5D">#5300</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Added an additional check for rejected CVEs to reduce FP (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5268">#5268</a>.</li> <li>Corrected the analysis of <code>node_modules</code> to prevent NPEs (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5266">#5266</a>).</li> <li>Fixed error when scanning node packages with local dependencies (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5235">#5235</a>).</li> <li>Fixed NPE in the MSBuild Analyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5293">#5293</a>).</li> <li>Several False Positives have been resolved.</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/46?closed=1">changes</a>.</p> <h2>Version 7.4.4</h2> <h3>Fixed</h3> <ul> <li>Resolved issue processing NVD CVE data due to column width (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5229">#5229</a>)</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/56?closed=1">changes</a>.</p> <h2>Version 7.4.3</h2> <h3>Fixed</h3> <ul> <li>Fixed NPE when analyzing version ranges in NPM (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5158">#5158</a> &amp; <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5190">#5190</a>)</li> <li>Resolved several FP (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5191">#5191</a>)</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/55?closed=1">changes</a>.</p> <h2>Version 7.4.2</h2> <h3>Fixed</h3> <ul> <li>Fixes maven 3.1 compatibility issue (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5152">#5152</a>)</li> <li>Fixed issue with invalid <code>node_module</code> paths in some scans (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5135">#5135</a>)</li> <li>Fixed missing option to disable the Poetry Analyzer in the CLI (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5160">#5160</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.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> <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> <li>New schema for the XML report was added to support some of the above additions (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5296">#5296</a>).</li> <li>Added missing gradle option to only warn on remote errors from the OSS Index Analyzer ([gradle <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/303">#303</a>](<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/303">dependency-check/dependency-check-gradle#303</a>)).</li> </ul> <h3>Changed</h3> <ul> <li><strong>Breaking:</strong> the database schema updated - if using an external database the update scripts must be run!</li> <li>The <a href="https://tldp.org/LDP/abs/html/exit-status.html">exit codes</a> from the CLI have been changed to be in the range from 0-255 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/4511">#4511</a>.</li> <li>The OSS Index Analyzer will automatically disable itself if a transport error occurs - preventing copious errors from being reported (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5300%5D">#5300</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Added an additional check for rejected CVEs to reduce FP (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5268">#5268</a>.</li> <li>Corrected the analysis of <code>node_modules</code> to prevent NPEs (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5266">#5266</a>).</li> <li>Fixed error when scanning node packages with local dependencies (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5235">#5235</a>).</li> <li>Fixed NPE in the MSBuild Analyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/5293">#5293</a>).</li> <li>Several False Positives have been resolved.</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/46?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.4">Version 7.4.4</a> (2023-01-06)</h2> <h3>Fixed</h3> <ul> <li>Resolved issue processing NVD CVE data due to column width (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5229">#5229</a>)</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/56?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.3">Version 7.4.3</a> (2022-12-29)</h2> <h3>Fixed</h3> <ul> <li>Fixed NPE when analyzing version ranges in NPM (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5158">#5158</a> &amp; <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5190">#5190</a>)</li> <li>Resolved several FP (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5191">#5191</a>)</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/55?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.2">Version 7.4.2</a> (2022-12-28)</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/f3d806de22002d932fe12a706f4b9fa91ed3322d"><code>f3d806d</code></a> build:prepare release v8.0.0</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/990bbbff1732a33d394c85234b4ca8f0c3409770"><code>990bbbf</code></a> docs: prep 8.0.0 release</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/5b65fa2189d42056f86495b1f4542442fa0ec89d"><code>5b65fa2</code></a> fix(fp): transfer generated suppressions</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/7e36522e2a064be27dd4bc2a08f4c516c0025537"><code>7e36522</code></a> docs: updates for 8.0.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5299">#5299</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/5c1c07a2f96c383a7f56dca3e5e2483f2099ea7f"><code>5c1c07a</code></a> fix: correct supported versions</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/8df62084d8c2ab747976ee61211a9779803f4e17"><code>8df6208</code></a> fix: Add hosted suppressions args to completion, fixup CLI documentation of a...</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/465b942b9faadc580d65fe933ccab1a946c5bf2d"><code>465b942</code></a> fix: add CISA Known Exploited Vulnerability Catalog to report credits (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5301">#5301</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/4947c56a8a08c5c5f4d282c4e5327884e72d1d4f"><code>4947c56</code></a> fix: disable OSS Index Analyzer when transport errors occur (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5300">#5300</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/345337fd1f636ea1c7aa90558e3ebf9242229fbe"><code>345337f</code></a> fix: add missing hostedSuppressions args to completion</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/d3bad357717d118becf69cd817fdadf191d17594"><code>d3bad35</code></a> fix: Fixup copy/paste error in CLI argument documentation</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v6.2.2...v8.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp:dependency-check-maven&package-manager=maven&previous-version=6.2.2&new-version=8.0.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 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>
dependabot[bot] commented 2023-01-18 13:04:15 -05:00 (Migrated from github.com)

Superseded by #84.

Superseded by #84.

Pull request closed

Sign in to join this conversation.
No description provided.