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

Bump dependency-check-maven from 7.4.4 to 8.1.0 #3481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dependency-check-maven from 7.4.4 to 8.1.0.

Release notes

Sourced from dependency-check-maven's releases.

Version 8.1.0

Added

  • Pipefile.lock files are now supported (#5404).
  • Python projects with only a pyproject.toml but no lock file or requirements will report an error as ODC is unable to analyze the project (#5409).

Fixed

  • Some maven projects caused false positives due to bad string interpolation (#5421).
  • Error message from Assembly Analyzer has been updated to emphasize dotnet 6 is required for analysis (#5408).
  • Correct issue where database defrag occurs even when no updates were performed (#5441).
  • Fixed several False Positives and one False Negative.
  • Fixed the format configuration more flexible in the gradle plugin ([dependency-check-gradle/#324](dependency-check/dependency-check-gradle#324)).

See the full listing of changes.

Version 8.0.2

Fixed

  • Resolved bug causing an issue with some Maven Extensions (#5366).
  • ArchiveAnalyzer will now correctly throw an exception if it cannot open an Archive (#5371).
  • Updated CSV report so that it no longer has a duplicate description column (#5364).
  • Moved several logging statements to trace which should drastically reduce the log size (#5350).
  • Fixed bug with RetireJS' --retirejsFilterNonVulnerable and --retirejsFilter when used with the CLI (#5351).
  • Fixed the sarif report format and added validation (#5345 and (#5363)
  • Fixed MalformedPackageException in the gradle plugin ([dependency-check-gradle/#320](dependency-check/dependency-check-gradle#320)).
  • Fixed MissingMethodException in the gradle plugin ([dependency-check-gradle/#316](dependency-check/dependency-check-gradle#316)).

See the full listing of changes.

Version 8.0.1

Fixed

See the full listing of changes.

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

... (truncated)

Changelog

Sourced from dependency-check-maven's changelog.

Version 8.1.0 (2023-01-26)

Added

  • Pipefile.lock files are now supported (#5404).
  • Python projects with only a pyproject.toml but no lock file or requirements will report an error as ODC is unable to analyze the project (#5409).

Fixed

  • Some maven projects caused false positives due to bad string interpolation (#5421).
  • Error message from Assembly Analyzer has been updated to emphasize dotnet 6 is required for analysis (#5408).
  • Correct issue where database defrag occurs even when no updates were performed (#5441).
  • Fixed several False Positives and one False Negative.
  • Fixed the format configuration more flexible in the gradle plugin ([dependency-check-gradle/#324](dependency-check/dependency-check-gradle#324)).

See the full listing of changes.

Version 8.0.2 (2023-01-26)

Fixed

  • Resolved bug causing an issue with some Maven Extensions (#5366).
  • ArchiveAnalyzer will now correctly throw an exception if it cannot open an Archive (#5371).
  • Updated CSV report so that it no longer has a duplicate description column (#5364).
  • Moved several logging statements to trace which should drastically reduce the log size (#5350).
  • Fixed bug with RetireJS' --retirejsFilterNonVulnerable and --retirejsFilter when used with the CLI (#5351).
  • Fixed the sarif report format and added validation (#5345 and (#5363)
  • Fixed MalformedPackageException in the gradle plugin ([dependency-check-gradle/#320](dependency-check/dependency-check-gradle#320)).
  • Fixed MissingMethodException in the gradle plugin ([dependency-check-gradle/#316](dependency-check/dependency-check-gradle#316)).

See the full listing of changes.

Version 8.0.1 (2023-01-18)

Fixed

See the full listing of changes.

Version 8.0.0 (2023-01-15)

Added

... (truncated)

Commits
  • 8a6517e build:prepare release v8.1.0
  • 6c82d94 docs: release notes
  • 1347904 build(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (#5...
  • c8bd0ac fix(fp): False Positives on GitPython (#5442)
  • 6cb9f33 fix: correctly return update status in KnownExploitedDataSource (#5441)
  • 182721d fix: resolve false negative on yii2 (#5434)
  • 8cde561 fix: ensure pyproject.toml has lock (#5409)
  • 4730296 feat: support Pipenv - Pipfile.lock (#5404)
  • c0fcd40 fix(FP): Fp suppressions too hard for our automation (#5438)
  • 8773d4f build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#5439)
  • 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 7.4.4 to 8.1.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.1.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>
@dependabot dependabot bot added backport v5.8.x for automated backports to v 5.8.x using the backport service build infrastructure dependencies labels Feb 16, 2023
@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #3481 (a006983) into master (4ef7cc8) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #3481   +/-   ##
========================================
  Coverage        15%     15%           
  Complexity      533     533           
========================================
  Files           218     218           
  Lines         20484   20484           
  Branches       3027    3027           
========================================
  Hits           3082    3082           
  Misses        17025   17025           
  Partials        377     377           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6310d2e...a006983. Read the comment docs.

@mprins mprins removed the backport v5.8.x for automated backports to v 5.8.x using the backport service label Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant