Bump dependency-check-maven from 6.2.2 to 7.4.1 #76

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

Bumps dependency-check-maven from 6.2.2 to 7.4.1.

Release notes

Sourced from dependency-check-maven's releases.

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.

Version 7.3.0

Changes

  • Fixed issue with the Maven plugin that caused concurrent modification exceptions (#4935).
  • Migrated from Jackson Afterburner to Blackbird (#4905).
  • Added an experimental Dart analyzer (#4869).
  • See the full listing of changes.

Version 7.2.1

Changes

  • Fixed logging issue (#4846).
  • See the full listing of changes.

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

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

  • 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.

Version 7.3.1 (2022-11-16)

Changed

  • 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).

... (truncated)

Commits
  • 653c960 build:prepare release v7.4.1
  • 63bd4e1 doc: update release notes
  • 0e83491 fix: Merge pull request #5095 from jeremylong/fix-scan
  • 01d6cd7 build(deps): bump annotations from 23.0.0 to 23.1.0 (#5130)
  • e20886e fix: correct node_module path (#5127)
  • f5fb0ab build(deps): bump annotations from 23.0.0 to 23.1.0
  • 7aacc2c chore: also exclude hamcrest-core from junit to avoid re-introduction of olde...
  • f5d5732 chore: replace deprecated hamcrest-core by its successor hamcrest
  • 4b3667d chore: clean up unused maven dependencies
  • 7841d46 fix: checkstyle
  • 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 7.4.1. <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.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> <h2>Version 7.3.0</h2> <h3>Changes</h3> <ul> <li>Fixed issue with the Maven plugin that caused concurrent modification exceptions (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4935">#4935</a>).</li> <li>Migrated from Jackson Afterburner to Blackbird (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4905">#4905</a>).</li> <li>Added an experimental Dart analyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4869">#4869</a>).</li> <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/50?closed=1">changes</a>.</li> </ul> <h2>Version 7.2.1</h2> <h3>Changes</h3> <ul> <li>Fixed logging issue (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4846">#4846</a>).</li> <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/49?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.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> <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> </ul> <p>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/51?closed=1">changes</a>.</p> <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v7.3.1">Version 7.3.1</a> (2022-11-16)</h2> <h3>Changed</h3> <ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/653c9609e2a40c8f1b4d95c81e8229fce9b258df"><code>653c960</code></a> build:prepare release v7.4.1</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/63bd4e1a3a7f1bcd7643ccaec5799e9cc84198fc"><code>63bd4e1</code></a> doc: update release notes</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/0e83491648f7cd38e6891e7517abb769c5cab4c2"><code>0e83491</code></a> fix: Merge pull request <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5095">#5095</a> from jeremylong/fix-scan</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/01d6cd73eb35cfb6b9e498b9e0507c17eac60539"><code>01d6cd7</code></a> build(deps): bump annotations from 23.0.0 to 23.1.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5130">#5130</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/e20886e95e9a44875b395b57fba145f31e265aca"><code>e20886e</code></a> fix: correct node_module path (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5127">#5127</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/f5fb0ab530806ba07c63a0b06556bdaaca84d1f7"><code>f5fb0ab</code></a> build(deps): bump annotations from 23.0.0 to 23.1.0</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/7aacc2c4b011e015a8e600a4a8acac0bb6523bd8"><code>7aacc2c</code></a> chore: also exclude hamcrest-core from junit to avoid re-introduction of olde...</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/f5d5732c01fe69b327469d53c32c85af665ff744"><code>f5d5732</code></a> chore: replace deprecated hamcrest-core by its successor hamcrest</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/4b3667d06157bb387057e2452c001ed8db7fff9c"><code>4b3667d</code></a> chore: clean up unused maven dependencies</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/7841d46c74509c23d8f53fe78bbf02f6ab38229d"><code>7841d46</code></a> fix: checkstyle</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v6.2.2...v7.4.1">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.1)](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-28 13:06:51 -05:00 (Migrated from github.com)

Superseded by #78.

Superseded by #78.

Pull request closed

Sign in to join this conversation.
No description provided.