Replies: 1 comment
-
|
Because NVD is lagging behind on populating the cpe fields, see https://nvd.nist.gov/vuln/detail/CVE-2025-9708 "This CVE record has been marked for NVD enrichment efforts." so it can't be mapped to anything yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dotnet 10 project, which gives this error on build:
This is an indirect dependency, when I generate the Cyclone file I do:
dotnet CycloneDX MySolution.slnI get this SBOM:
I then import this, and I see that it is used:

But there are no vulnerabilities marked, even though it does have the CVE:
But why aren't they linked?
Beta Was this translation helpful? Give feedback.
All reactions