viadee / vPAV

viadee Process Application Validator
https://www.viadee.de/java/process-application-validator
BSD 3-Clause "New" or "Revised" License
48 stars 14 forks source link

Bump dependency-check-maven from 6.3.2 to 6.4.1 #284

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dependency-check-maven from 6.3.2 to 6.4.1.

Release notes

Sourced from dependency-check-maven's releases.

Version 6.4.1

Changes in this Release

  • Added download attempts with increasing wait time for CVE meta files from the NVD to prevent rate limiting issues (see #3725).
  • See the full listing of changes.

Version 6.4.0

Changes in this Release

  • Increased timeout between downloads from the NVD to prevent rate limiting issues (see #3722).
    • cveStartYear is now configurable and can be set to any year from 2002 to present.
    • cveWaitTime is a new configuration option to define how many milliseconds to wait between NVD downloads; default is 4000 ms (see #3690).
    • The NVD CVE data files are now being cached for up to 4 hours in case a download fails, re-running ODC will use the cached version.
  • Fixed NPE in the ODC maven plugin (see #3702.
  • See the full listing of changes.
Changelog

Sourced from dependency-check-maven's changelog.

Version 6.4.1 (2021-10-11)

Changes

  • Added download attempts with increasing wait time for CVE meta files from the NVD to prevent rate limiting issues (see #3725).
  • See the full listing of changes.

Version 6.4.0 (2021-10-11)

Changes

  • Increased timeout between downloads from the NVD to prevent rate limiting issues (see #3722).
    • cveStartYear is now configurable and can be set to any year from 2002 to present.
    • cveWaitTime is a new configuration option to define how many milliseconds to wait between NVD downloads; default is 4000 ms (see #3690).
    • The NVD CVE data files are now being cached for up to 4 hours in case a download fails, re-running ODC will use the cached version.
  • Fixed NPE in the ODC maven plugin (see #3702.
  • See the full listing of changes.
Commits
  • df2700e [maven-release-plugin] prepare release v6.4.1
  • 8da16cc release 6.4.1
  • 5d4a68f Merge pull request #3725 from jeremylong/stabalizeMeta
  • f362e93 make checkstyle happier
  • cbc189f stabalize download of NVD CVE meta files
  • 858261c Merge branch 'main' of github.com:jeremylong/DependencyCheck into main
  • 46fb24b add missing arguments to site
  • 2627fee snapshot version
  • 55d26ae [maven-release-plugin] prepare release v6.4.0
  • 74a044a fix merge conflict
  • 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)
sdibernardo commented 2 years ago

@dependabot recreate