Bump dependency-check-maven from 6.2.2 to 7.4.0 #75

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

Bumps dependency-check-maven from 6.2.2 to 7.4.0.

Release notes

Sourced from dependency-check-maven's releases.

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.

Version 7.2.0

Changes

  • Add support for Bazel's pinned maven_install.json (#4772).
  • Fixed bug preventing the use of custom report templates (#4800).
  • Updated several dependencies including upgrades for dependencies with CVEs.
  • Several bug fixes made and suppression rules were added.
  • See the full listing of changes.

Version 7.1.2

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

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

See the full listing of changes.

Version 7.3.0 (2022-10-19)

Added

  • Added an experimental Dart analyzer (#4869).

Changed

... (truncated)

Commits
  • 49e0afc build:prepare release v7.4.0
  • a4ce937 build: bump patch version
  • b9d1862 fix(doc): update release notes
  • afb09b3 fix: Optimize file checksums calculation (#5112)
  • 823f739 Merge pull request #5113 from jeremylong/badge
  • a43572c fix: update build badge
  • bad66cd build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#5110)
  • 45887cd fix(FP): Suppress improper CPE assignment for liferay subcomponents that are ...
  • 2b96890 build(deps): bump postgresql from 42.5.0 to 42.5.1 (#5088)
  • bb8dae6 fix: Change dotnet invocation for 'detection on system path' to --info to sup...
  • 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.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 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> <h2>Version 7.2.0</h2> <h3>Changes</h3> <ul> <li>Add support for Bazel's pinned <code>maven_install.json</code> (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4772">#4772</a>).</li> <li>Fixed bug preventing the use of custom report templates (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4800">#4800</a>).</li> <li>Updated several dependencies including upgrades for dependencies with CVEs.</li> <li>Several bug fixes made and suppression rules were added.</li> <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/48?closed=1">changes</a>.</li> </ul> <h2>Version 7.1.2</h2> <!-- 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.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> <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.0">Version 7.3.0</a> (2022-10-19)</h2> <h3>Added</h3> <ul> <li>Added an experimental Dart analyzer (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/4869">#4869</a>).</li> </ul> <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/49e0afcef33ea30ca6829876d0e88dfcead6537f"><code>49e0afc</code></a> build:prepare release v7.4.0</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/a4ce9375cdfaa61455a2359bcb5f0c5b441a5486"><code>a4ce937</code></a> build: bump patch version</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/b9d1862143abc8cb05e7df5042ffa881347c65f4"><code>b9d1862</code></a> fix(doc): update release notes</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/afb09b3cd8213a3bfed345bf8d63c68152357f7d"><code>afb09b3</code></a> fix: Optimize file checksums calculation (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5112">#5112</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/823f739b2ca16ce8d41afafeadd9672878112a2e"><code>823f739</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5113">#5113</a> from jeremylong/badge</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/a43572cafa5897e62919163c63aab3a9dd963031"><code>a43572c</code></a> fix: update build badge</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/bad66cda91035dc442e7daf4c3228bd1656ac2db"><code>bad66cd</code></a> build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5110">#5110</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/45887cd4192b4b54ef30861054b81369af02e371"><code>45887cd</code></a> fix(FP): Suppress improper CPE assignment for liferay subcomponents that are ...</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/2b968906ea55af419c6e6d13a5103d33a1862e33"><code>2b96890</code></a> build(deps): bump postgresql from 42.5.0 to 42.5.1 (<a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/5088">#5088</a>)</li> <li><a href="https://github.com/jeremylong/DependencyCheck/commit/bb8dae6361e711d25ab232da221848849af657fa"><code>bb8dae6</code></a> fix: Change dotnet invocation for 'detection on system path' to --info to sup...</li> <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v6.2.2...v7.4.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=7.4.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 2022-12-09 13:03:45 -05:00 (Migrated from github.com)

Superseded by #76.

Superseded by #76.

Pull request closed

Sign in to join this conversation.
No description provided.