question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin is failing to download Metadata file

See original GitHub issue

My Jenkins Builds started to fail over night that the plugin is not able to reach the meta data location.

[DependencyCheck] [INFO] Checking for updates [DependencyCheck] [ERROR] Unable to download meta file: https://nvd.nist.gov/feeds/json/cve/1.0/nvdcve-1.0-modified.meta; received 404 -- resource not found [DependencyCheck] org.owasp.dependencycheck.data.update.exception.UpdateException: Unable to download meta file: https://nvd.nist.gov/feeds/json/cve/1.0/nvdcve-1.0-modified.meta; received 404 -- resource not found [DependencyCheck] at org.owasp.dependencycheck.data.update.NvdCveUpdater.getMetaFile(NvdCveUpdater.java:351) [DependencyCheck] at org.owasp.dependencycheck.data.update.NvdCveUpdater.getUpdatesNeeded(NvdCveUpdater.java:385) [DependencyCheck] at org.owasp.dependencycheck.data.update.NvdCveUpdater.update(NvdCveUpdater.java:122) [DependencyCheck] at org.owasp.dependencycheck.Engine.doUpdates(Engine.java:922) [DependencyCheck] at org.owasp.dependencycheck.Engine.initializeAndUpdateDatabase(Engine.java:723) [DependencyCheck] at org.owasp.dependencycheck.Engine.analyzeDependencies(Engine.java:653) [DependencyCheck] at org.owasp.dependencycheck.App.runScan(App.java:251) [DependencyCheck] at org.owasp.dependencycheck.App.run(App.java:183) [DependencyCheck] at org.owasp.dependencycheck.App.main(App.java:80) [DependencyCheck] Caused by: org.owasp.dependencycheck.utils.ResourceNotFoundException: Requested resource does not exists - received a 404 [DependencyCheck] at org.owasp.dependencycheck.utils.HttpResourceConnection.obtainConnection(HttpResourceConnection.java:204) [DependencyCheck] at org.owasp.dependencycheck.utils.HttpResourceConnection.fetch(HttpResourceConnection.java:138) [DependencyCheck] at org.owasp.dependencycheck.utils.Downloader.fetchContent(Downloader.java:110) [DependencyCheck] at org.owasp.dependencycheck.data.update.NvdCveUpdater.getMetaFile(NvdCveUpdater.java:340) [DependencyCheck] ... 8 common frames omitted [DependencyCheck] [INFO] Skipping RetireJS update since last update was within 24 hours. [DependencyCheck] [WARN] Unable to update 1 or more Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.

Is there any issue with the NVD NIST website?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
aboullaitecommented, Sep 18, 2020

I am using maven plugin, and updating to 6.0.1 solved the issue for me! Thanks @MSM-GabrielF

2reactions
shrimpzacommented, Sep 18, 2020

It seems as though the files have been moved to a 1.1 version/path:

https://nvd.nist.gov/vuln/data-feeds#JSON_FEED

The file https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-modified.meta is available, while the 1.0 version is not.

There’s a changelog indicating the change:

According to this news item, they originally planned on deprecating 1.0 last year:

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Download metadata' problem - Calibre - MobileRead Forums
Unable to download Metadata and Covers for Calibre. Have tried changing the server for Amazon without success. Still getting the 'Failed to find ......
Read more >
Failed to download Metadata file - Ocsinventory Q&A
Hello, I'm trying to store remotely a zip file like a test but it doesn't work. Here is an extract from the log...
Read more >
Why is Maven downloading the maven-metadata.xml every ...
I suppose because you didn't specify plugin version so it triggers the download of associated metadata in order to get the last one....
Read more >
Error: File attachment metadata error - WordPress.org
Hello We have a site that is running on WordPress Version 5.3. We get a Error: File attachment metadata error after our WordPress...
Read more >
Failed to download metadata for repo 'AppStream' [CentOS]
Yum update failed with an Failed to download metadata for repo? ... recent call last): File "/usr/lib/python3.6/site-packages/dnf/repo.py", ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found