Skip to content

build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 9.0.2#7630

Merged
jeremylong merged 88 commits intomainfrom
dependabot/maven/io.github.jeremylong-open-vulnerability-clients-8.0.0
Nov 18, 2025
Merged

build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 9.0.2#7630
jeremylong merged 88 commits intomainfrom
dependabot/maven/io.github.jeremylong-open-vulnerability-clients-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0.

Release notes

Sourced from io.github.jeremylong:open-vulnerability-clients's releases.

v8.0.0

What's Changed

Full Changelog: jeremylong/open-vulnerability-cli@v7.2.2...v8.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [io.github.jeremylong:open-vulnerability-clients](https://github.com/jeremylong/vuln-tools) from 7.3.2 to 8.0.0.
- [Release notes](https://github.com/jeremylong/vuln-tools/releases)
- [Commits](https://github.com/jeremylong/vuln-tools/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: io.github.jeremylong:open-vulnerability-clients
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels May 5, 2025
@jeremylong jeremylong changed the title build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0 build(deps)!: bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0 May 5, 2025
@boring-cyborg boring-cyborg bot added core changes to core tests test cases utils changes to utils labels May 7, 2025
aikebah
aikebah previously approved these changes May 7, 2025
Copy link
Collaborator

@aikebah aikebah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nhumblot nhumblot self-assigned this May 27, 2025
@aikebah
Copy link
Collaborator

aikebah commented Jul 16, 2025

@nhumblot Think this could be merged too? Or is there a reason to not include it in a minor release of ODC?

@jeremylong
Copy link
Collaborator

I felt this was a breaking change - so I was going to include it in the next major release. At least we should wait for the next minor release as opposed to the pending point release.

@aikebah
Copy link
Collaborator

aikebah commented Jul 16, 2025

While for the library it was a breaking release (split between CLI and the library code as separately released projects), I think for ODC it would not be a non-breaking change.

AFAICT We're only adapting our internals and introducing two configuration properties (not exposed to the plugin configs) - one might consider the added properties a new feature for people using properties-file configurstion, so I can see how you may want to skip the revision level and wait for a feature release, though I would say for a proper feature it should be extended with extending the configurability in the gradle- and maven plugin configuration settings.

@nhumblot
Copy link
Collaborator

nhumblot commented Jul 23, 2025

Hi,

Sorry for the late reply.

I marked commit 8cc9ade with a ! because I thought an upgrade with this change might break for users using the CLI with the -P or --propertyfile option.

Documentation

I have to admit I did not manual test this part extensively. I am going to proceed additional testing and share with you if my initial thought was good or not.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2025

A newer version of io.github.jeremylong:open-vulnerability-clients 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.

@jeremylong
Copy link
Collaborator

I'll revisit this PR soon based on @aikebah's comment above and the recent release of 9.0.1 (although most of the changes in 9.0.1 are related to GHSA).

@nhumblot nhumblot changed the title build(deps)!: bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0 build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0 Oct 7, 2025
@nhumblot
Copy link
Collaborator

nhumblot commented Oct 7, 2025

Hi,

Sorry for the late reply.

I marked commit 8cc9ade with a ! because I thought an upgrade with this change might break for users using the CLI with the -P or --propertyfile option.

Documentation

I have to admit I did not manual test this part extensively. I am going to proceed additional testing and share with you if my initial thought was good or not.

This supposition is invalid.

This is not a blocker change as default values are hard-coded into core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java. In case the properties are absent from a property file passed with the -P argument, while using the CLI, the hard-coded values apply.

Test conducted with a CLI packaged from commit 63575bb (HEAD of branch dependabot/maven/io.github.jeremylong-open-vulnerability-clients-8.0.0) and ran with the properties file of commit 5a41209 (HEAD of main).

I removed the breaking change notification ! in the title of the PR.

@nhumblot nhumblot changed the title build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 8.0.0 build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 9.0.1 Oct 7, 2025
@nhumblot
Copy link
Collaborator

nhumblot commented Oct 7, 2025

I'll revisit this PR soon based on @aikebah's comment above and the recent release of 9.0.1 (although most of the changes in 9.0.1 are related to GHSA).

Major version bump to 9.x.x is due to the removal of a public getter, which is not used by Dependency Check. I proposed to add it in this PR through 10de1bb. PR title has been changed.

nhumblot
nhumblot previously approved these changes Oct 14, 2025
@nhumblot
Copy link
Collaborator

Relates to #7870

@jeremylong
Copy link
Collaborator

I was planning on finishing this PR today and merging it... however, with the current cloudflare issue I am unable to test.

dependabot bot added 2 commits November 18, 2025 14:42
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3.11.3 to 3.12.0 (#8012)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 18 commits November 18, 2025 14:42
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-version: 4.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0.
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…3.1.1 to 3.2.0 (#8109)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Long <jeremy.long@gmail.com>
… 25/Docker by making CLI classpath deterministic (#8117)

Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
Co-authored-by: Jeremy Long <jeremy.long@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@boring-cyborg boring-cyborg bot added ant changes to ant cli changes to the cli documentation site documentation labels Nov 18, 2025
@jeremylong jeremylong changed the title build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 9.0.1 build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.3.2 to 9.0.2 Nov 18, 2025
@jeremylong
Copy link
Collaborator

After mangling the git history on this branch (sorry about that - luckily we will squash this) - I've tested the latest and it appears to work well:

$ ./dependency-check.sh --updateonly --nvdApiKey ********-****-****-****-************
[INFO] Checking for updates
[INFO] NVD API has 318,678 records in this update
[INFO] Downloaded 10,000/318,678 (3%)
[INFO] Downloaded 20,000/318,678 (6%)
...
[INFO] Downloaded 300,000/318,678 (94%)
[INFO] Downloaded 310,000/318,678 (97%)
[INFO] Downloaded 318,678/318,678 (100%)
[INFO] Completed processing batch 1/160 (1%) in 11,001ms
[INFO] Completed processing batch 2/160 (1%) in 11,560ms
...
[INFO] Completed processing batch 159/160 (99%) in 204ms
[INFO] Completed processing batch 160/160 (100%) in 43ms
[INFO] Updating CISA Known Exploited Vulnerability list: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json
[INFO] Begin database defrag
[INFO] End database defrag (3308 ms)
[INFO] Check for updates complete (108342 ms)

@jeremylong jeremylong merged commit ffaeac8 into main Nov 18, 2025
9 checks passed
@jeremylong jeremylong deleted the dependabot/maven/io.github.jeremylong-open-vulnerability-clients-8.0.0 branch November 18, 2025 20:01
@nhumblot nhumblot added this to the 12.2.0 milestone Nov 18, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ant changes to ant cli changes to the cli core changes to core dependencies documentation site documentation java Pull requests that update Java code tests test cases utils changes to utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants