Bump dependency-check-maven from 6.2.2 to 7.4.2 #78

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

Bumps dependency-check-maven from 6.2.2 to 7.4.2.

Release notes

Sourced from dependency-check-maven's releases.

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.

Version 7.3.2

Changes

  • Automated release of 7.3.1 failed and only published to Central; 7.3.2 is a re-release of 7.3.1.
  • Resolved several false positives and false negatives.
  • Use Jackson Afterburner if still on Java 8 (#4966).
  • Exclude node_modules from the Maven plugin's scan path (#4974).
  • See the full listing of changes.

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

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

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

See the full listing of changes.

Version 7.3.2 (2022-11-18)

Changed

... (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.2. <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.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> <h2>Version 7.3.2</h2> <h3>Changes</h3> <ul> <li>Automated release of 7.3.1 failed and only published to Central; 7.3.2 is a re-release of 7.3.1.</li> <li>Resolved several false positives and false negatives.</li> <li>Use Jackson Afterburner if still on Java 8 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4966">#4966</a>).</li> <li>Exclude <code>node_modules</code> from the Maven plugin's scan path (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4974">#4974</a>).</li> <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/51?closed=1">changes</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/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> <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> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.3.2">Version 7.3.2</a> (2022-11-18)</h2> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/812f69adeca1168f4b0963311676cb5ffc3f98d3"><code>812f69a</code></a> build:prepare release v7.4.2</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/e7ae7404182f961d024bcf63f314c515d05f733c"><code>e7ae740</code></a> release: v7.4.2</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/a76488c7b881dec3d33e94e4d609db0a9fe8bfa5"><code>a76488c</code></a> fix(deps): bump semver4j (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5185">#5185</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/dc5b2fdd74adfb0c9d30f82a7a175cd930ebe82a"><code>dc5b2fd</code></a> Merge branch 'main' into semver</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/0cbcd4426da81592c4b636b9571717b1da559a06"><code>0cbcd44</code></a> build(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5182">#5182</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/4a17ab1782cf12f2e19d296d9dd045b7f7886c81"><code>4a17ab1</code></a> fix(deps): bump semver4j</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/9a9e721b7a80e4944ac048fd0d05191f121cdb31"><code>9a9e721</code></a> fix: conventional commits (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5181">#5181</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/5239588a703a2661c55563fece4136dc11c64db1"><code>5239588</code></a> fix: permissions</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/45a8b481d4172072f4d19985bf4da50a3444be30"><code>45a8b48</code></a> fix: add permissions</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/98d206a558714bb33ece5294bfc54913d0d30d11"><code>98d206a</code></a> feat: conventional commits</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v6.2.2...v7.4.2">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.2)](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 2022-12-29 13:03:12 -05:00 (Migrated from github.com)

Superseded by #79.

Superseded by #79.

Pull request closed

Sign in to join this conversation.
No description provided.