Bump dependency-check-maven from 6.2.2 to 7.4.3 #79

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/org.owasp-dependency-check-maven-7.4.3 into main
dependabot[bot] commented 2022-12-29 13:03:09 -05:00 (Migrated from github.com)

Bumps dependency-check-maven from 6.2.2 to 7.4.3.

Release notes

Sourced from dependency-check-maven's releases.

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)
  • Fixed missing option to configure the OSS Index URL in the CLI (#5180)
  • Fixed NPE when analyzing version ranges in NPM (#5158)
  • Fixed issue with non-proxy host in the gradle plugin (dependency-check/dependency-check-gradle#298)
  • Resolved several FP

See the full listing of changes.

Version 7.4.1

Fixed

  • Fixed bug when setting the proxy port in gradle (#5123)
  • Fixed issue with invalid node_module paths in some scans (#5127)
  • Resolved several FP

See the full listing of changes.

Version 7.4.0

Added

  • Add support for npm package lock v2 and v3 (#5078)
  • Added experimental support for Python Poetry (#5025)
  • Added a vanilla HTML report for use in Jenkins (#5053)

Changed

  • Renamed RELEASE_NOTES.md to CHANGELOG.md to be more conventional
  • Optimized checksum calculation to improve performance (#5112)
  • Added support for scanning .NET assemblies when only the dotnet runtime is installed (#5087)
  • Bumped several dependencies

Fixed

  • Fixed bug when setting the proxy port (#5076)
  • Resolved several FP and FN

See the full listing of changes.

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

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

  • 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)
  • Fixed missing option to configure the OSS Index URL in the CLI (#5180)
  • Fixed NPE when analyzing version ranges in NPM (#5158)
  • Fixed issue with non-proxy host in the gradle plugin (dependency-check/dependency-check-gradle#298)
  • Resolved several FP

See the full listing of changes.

Version 7.4.1 (2022-12-09)

Fixed

  • Fixed bug when setting the proxy port in gradle (#5123)
  • Fixed issue with invalid node_module paths in some scans (#5127)
  • Resolved several FP

See the full listing of changes.

Version 7.4.0 (2022-12-04)

Added

  • Add support for npm package lock v2 and v3 (#5078)
  • Added experimental support for Python Poetry (#5025)
  • Added a vanilla HTML report for use in Jenkins (#5053)

Changed

  • Renamed RELEASE_NOTES.md to CHANGELOG.md to be more conventional
  • Optimized checksum calculation to improve performance (#5112)
  • Added support for scanning .NET assemblies when only the dotnet runtime is installed (#5087)
  • Bumped several dependencies

Fixed

... (truncated)

Commits

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 7.4.3. <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 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> <li>Fixed missing option to configure the OSS Index URL in the CLI (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5180">#5180</a>)</li> <li>Fixed NPE when analyzing version ranges in NPM (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5158">#5158</a>)</li> <li>Fixed issue with non-proxy host in the gradle plugin (<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/298">dependency-check/dependency-check-gradle#298</a>)</li> <li>Resolved several FP</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/54?closed=1">changes</a>.</p> <h2>Version 7.4.1</h2> <h3>Fixed</h3> <ul> <li>Fixed bug when setting the proxy port in gradle (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5123">#5123</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/5127">#5127</a>)</li> <li>Resolved several FP</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/53?closed=1">changes</a>.</p> <h2>Version 7.4.0</h2> <h3>Added</h3> <ul> <li>Add support for npm package lock v2 and v3 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5078">#5078</a>)</li> <li>Added experimental support for Python Poetry (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5025">#5025</a>)</li> <li>Added a vanilla HTML report for use in Jenkins (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5053">#5053</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Renamed <code>RELEASE_NOTES.md</code> to <code>CHANGELOG.md</code> to be more conventional</li> <li>Optimized checksum calculation to improve performance (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5112">#5112</a>)</li> <li>Added support for scanning .NET assemblies when only the dotnet runtime is installed (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5087">#5087</a>)</li> <li>Bumped several dependencies</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bug when setting the proxy port (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5076">#5076</a>)</li> <li>Resolved several FP and FN</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/52?closed=1">changes</a>.</p> <!-- 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/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> <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> <li>Fixed missing option to configure the OSS Index URL in the CLI (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5180">#5180</a>)</li> <li>Fixed NPE when analyzing version ranges in NPM (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5158">#5158</a>)</li> <li>Fixed issue with non-proxy host in the gradle plugin (<a href="https://github-redirect.dependabot.com/dependency-check/dependency-check-gradle/pull/298">dependency-check/dependency-check-gradle#298</a>)</li> <li>Resolved several FP</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/54?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.1">Version 7.4.1</a> (2022-12-09)</h2> <h3>Fixed</h3> <ul> <li>Fixed bug when setting the proxy port in gradle (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5123">#5123</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/5127">#5127</a>)</li> <li>Resolved several FP</li> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/53?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.0">Version 7.4.0</a> (2022-12-04)</h2> <h3>Added</h3> <ul> <li>Add support for npm package lock v2 and v3 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5078">#5078</a>)</li> <li>Added experimental support for Python Poetry (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5025">#5025</a>)</li> <li>Added a vanilla HTML report for use in Jenkins (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5053">#5053</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Renamed <code>RELEASE_NOTES.md</code> to <code>CHANGELOG.md</code> to be more conventional</li> <li>Optimized checksum calculation to improve performance (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5112">#5112</a>)</li> <li>Added support for scanning .NET assemblies when only the dotnet runtime is installed (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5087">#5087</a>)</li> <li>Bumped several dependencies</li> </ul> <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/b8b068d43551464bfbbed6b28b2f803a340ae477"><code>b8b068d</code></a> build:prepare release v7.4.3</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/67465bfdcd7a20ef0fc4102be102a1a94a2d827b"><code>67465bf</code></a> docs: release notes</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/c2ab4cac65edf1247fe8310f020db82963f3a38f"><code>c2ab4ca</code></a> fix: false positives (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5191">#5191</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/e2d13893c2aaead6ee6b4df0871b3489fcedba3c"><code>e2d1389</code></a> fix: Upgrade semver4j to 4.1.1 to prevent NullPointerException (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5190">#5190</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/67b1f93bba3ac787193e83f460d4057c0fa9de91"><code>67b1f93</code></a> fix: false positives</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/c5c4de2a3e42e3cfe8db02151a8feb5828b8f0a9"><code>c5c4de2</code></a> build(deps): bump mockito-core from 4.10.0 to 4.11.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5189">#5189</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/1e9edc8a7e1fc634c17edd1decb41aa5bfac68d6"><code>1e9edc8</code></a> fix: add test case</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/6814ae1a0af7f97686be66f91e70f2d85569a934"><code>6814ae1</code></a> fix: <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5158">#5158</a> Upgrade semver4j to 4.1.1 to prevent NullPointerException</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/7dde04f12560bd468ade3f74c9094ba93a2277f8"><code>7dde04f</code></a> build(deps): bump mockito-core from 4.10.0 to 4.11.0</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/bdceed47f19756f98bc79d9922a9c94daae127f6"><code>bdceed4</code></a> build: release 7.4.2 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5188">#5188</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v6.2.2...v7.4.3">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=7.4.3)](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-09 13:20:37 -05:00 (Migrated from github.com)

Superseded by #82.

Superseded by #82.

Pull request closed

Sign in to join this conversation.
No description provided.