Cyclone report doesn't contains vulnerability array #11789
Answered
by
valentijnscholten
jugalb-icpl
asked this question in
Q&A
-
I have exported Cyclone report but vulnerability array is missing, so it is importing 0 vulnerability currently I am using below command please help me regarding this |
Beta Was this translation helpful? Give feedback.
Answered by
valentijnscholten
Feb 11, 2025
Replies: 1 comment 3 replies
-
Could you let us know what you are tyring to achieve? Is it that you want to generate an SBOM for Defect Dojo? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the vulnerability array is missing in the SBOM, then you will see 0 vulnerabilities in Defect Dojo.
cdxgen
by itself doesn't scan for vulnerabilities, it only generates the bill of material. If you're looking to scan also for vulnerabilities and include those in the SBOM, you'll need something liketrivy
orgrype
.Here's the dosc which has an example with
grype
: https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/cyclonedx/