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

fix(nvd-mirror): remove limit on cve references field #3044

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

michaelkedar
Copy link
Member

Even though the NVD CVE API v2 schema says there's a maximum of 500 references, the response given for CVE-2009-3555 has 620.
This was causing a fatal error decoding the JSON response, stopping nvd-mirror from completing.

I've just manually commented-out the auto-generated length check to remediate this - not sure what the better long-term solution is for this.

vulnfeeds/cves/nvd2.go Outdated Show resolved Hide resolved
@michaelkedar michaelkedar enabled auto-merge (squash) January 8, 2025 00:10
@michaelkedar michaelkedar merged commit 9dfd8f0 into google:master Jan 8, 2025
11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants