Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump dependency-check-maven from 7.4.4 to 8.0.0 #1330

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps dependency-check-maven from 7.4.4 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.

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.

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)

@dependabot dependabot bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Jan 16, 2023
@dependabot dependabot bot requested a review from a team January 16, 2023 01:07
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Jan 16, 2023
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1330-6b8b4c18d2095a7fb215b62b0e1fd39b9540953d sh smoketest.sh

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v7.4.4...v8.0.0)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@andrewazores andrewazores force-pushed the dependabot/maven/org.owasp-dependency-check-maven-8.0.0 branch from 6b8b4c1 to 1ef133e Compare January 16, 2023 14:58
@andrewazores andrewazores removed the needs-triage Needs thorough attention from code reviewers label Jan 16, 2023
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Jan 16, 2023
@andrewazores andrewazores removed the needs-triage Needs thorough attention from code reviewers label Jan 16, 2023
@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1330-1ef133e905abb3235c3fd83c08d8a06a0de31ef6 sh smoketest.sh

@andrewazores
Copy link
Member

@ebaron does this change affect anything for downstream?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2023

A newer version of org.owasp:dependency-check-maven exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@andrewazores
Copy link
Member

@ebaron does this change affect anything for downstream?

ping @ebaron ^

@ebaron
Copy link
Member

ebaron commented Feb 16, 2023

@ebaron does this change affect anything for downstream?

ping @ebaron ^

Sorry for missing this. This plugin has no downstream implications. Feel free to update at will.

@github-actions
Copy link
Contributor

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1330-4d6f222ad969801ba3b49013bc32961cbf4e776a sh smoketest.sh

@ebaron ebaron merged commit aa44392 into main Feb 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.owasp-dependency-check-maven-8.0.0 branch February 16, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants