-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
NVD API REQUEST ISSUE #7193
Comments
I am having the same problem in my side, I generated new keys and did not work [WARN] Retrying request /rest/json/cves/2.0?resultsPerPage=2000&startIndex=104000 : 3 time |
Same Version: 11.1.0 |
Apparently there was similarities in the issue reported above here: The only fix was to use local database that you might previously had used --noupdate option in the cli so it uses its local cache
unlike my case where my runners are dynamic no space to run local db [UPDATE] |
Thanks for your reply! The goal wasn’t to use a local database, but it might be a fix. and thx for the UPDATE BTW |
No problem, thanks for letting me know. |
Duplicate of #7178, closing. |
Describe the bug
A clear and concise description of what the bug is.
This isn’t the first time I’ve encountered this bug; usually, I would update, and the issue would disappear.
But today, nothing seems to work...
Here’s what I’m getting:
I’d like to understand the mechanism behind all this. Is it because the URL is no longer accessible?
I’m completely lost.
Version of dependency-check used
The problem occurs using version X.X.X of the ____ (cli, gradle plugin, maven plugin, etc.)
--> 10.0.3
To Reproduce
mvn org.owasp:dependency-check-maven:10.0.3:aggregate -DskipSystemScope=true -DassemblyAnalyzerEnabled=false -DnodeAuditAnalyzerEnabled=true -DnodeAnalyzerEnabled=true -DnugetconfAnalyzerEnabled=false -DnuspecAnalyzerEnabled=false -Dformat=XML -DfailOnError=false -DnvdApiKey=APIKEY
The text was updated successfully, but these errors were encountered: