-
Notifications
You must be signed in to change notification settings - Fork 631
CPE search failed when considering target software for unknown package type #2434
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
Labels
bug
Something isn't working
Comments
HI there! Thanks for the issue. How was the SBOM created? What's pasted above doesn't look like a full SBOM, just a snippet. Can you share the entire SBOM file? |
|
Thanks, I see that's in nvd and has CVE-2024-24434 assigned. Grype knows about this CVE.
I don't know why it doesn't find it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am using grype for scanning a sbom: "url": ["https://owasp.org/"]
},
"component": {
"bom-ref": "REF-juiceshop",
"type": "application",
"name": "OWASP Dependency-Track",
"version": "4.12.3",
"author": "OWASP",
"publisher": "OWASP",
"supplier": {"name": "OWASP"},
"copyright": "Apache 2.0"
},
"licenses": [ {"license": {"id": "CC-BY-4.0"} } ],
"properties": [
{
"name": "comment",
"value": "Minimal SBOM for research and education"
}
]
},
"components": [
{
"bom-ref": "REF-lucene",
"type": "library",
"name": "lucene",
"version" : "8.11.4",
"cpe": "cpe:2.3:a:apache:lucene:8.11.4:::::::*"
}
],
"dependencies": [
{
"ref": "REF-juiceshop",
"dependsOn": ["REF-lucene"]
}
],
"vulnerabilities": []
}
but grype shows no cve when scanned, as i know that cpe tracks to cve. any idea why I am not able to get a result out of this? I already tried turning cpe for java true in config but still it dont report a cve.
The text was updated successfully, but these errors were encountered: