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

Log message "NVD API request failures are occurring; retrying request for the 1st time" shown multiple times (counter is not working?) #444

Open
alixwar opened this issue Mar 6, 2025 · 4 comments

Comments

@alixwar
Copy link

alixwar commented Mar 6, 2025

Version: 12.1.0
Platform: Gradle plugin

I run the following on my project:

dependencyCheckAggregate --info

Example from the log:

> Task :usb-ktx:dependencyCheckAggregate
Downloaded 110 000/284 351 (39%)
NVD API request failures are occurring; retrying request for the 1st time
NVD API request failures are occurring; retrying request for the 1st time
NVD API request failures are occurring; retrying request for the 1st time
NVD API request failures are occurring; retrying request for the 1st time

Is the counter working? I would expect:

NVD API request failures are occurring; retrying request for the 1st time
NVD API request failures are occurring; retrying request for the 2nd time
NVD API request failures are occurring; retrying request for the 3rd time
NVD API request failures are occurring; retrying request for the 4th time
@jeremylong
Copy link
Collaborator

I would suggest using an NVD API key.

@alixwar
Copy link
Author

alixwar commented Mar 7, 2025

I would suggest using an NVD API key.

I am using an NVD API key

@jeremylong
Copy link
Collaborator

Consider setting up or using a mirror of the NVD data: https://dependency-check.github.io/DependencyCheck/data/mirrornvd.html

@jeremylong
Copy link
Collaborator

Also, note that there are several requests - each could be retried and each would have their own counter starting at 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants