Dependentry track - getting 0 vulnerability #1860
Replies: 13 comments 1 reply
-
@nagmashaikh1 did you take a look at docker logs? is there any error regarding the treatment of the BOM? i had a similar problem when using a dotnet BOM. it was because a field length in the postgresql component "publisher field". |
Beta Was this translation helpful? Give feedback.
-
Hi @redaabdellah21 , 13:07:06.786 INFO [BomUploadProcessingTask] Processing CycloneDX BOM uploaded to project: project_id |
Beta Was this translation helpful? Give feedback.
-
is it possible to share your BOM so DT developpers can try to reproduce the incident? |
Beta Was this translation helpful? Give feedback.
-
You can try with this bom.xml. Rename txt file to xml format. |
Beta Was this translation helpful? Give feedback.
-
I got the same results @nagmashaikh1. the only difference i can see is the vulnerabiliti identifier. it is not the typical CVE--. i am not sure i can help you more since i don't fully understand how their analyzes and sources work. |
Beta Was this translation helpful? Give feedback.
-
Hi, @redaabdellah21 Did you also get 0 vulenrabilities? what is the differnece in vulnerability idenfitfier? |
Beta Was this translation helpful? Give feedback.
-
Hi, check this URL and see if it is the exact component. if yes add the cpe manually cpe:2.3:a:itextpdf:itext:5.5.12:::::::* i am used to vulnID's being in the form of CVE--. sonatype is giving a vulnID like sonatype--. which i haven't yet seen. |
Beta Was this translation helpful? Give feedback.
-
I did not add the cpe, but i can see the dt project is automatically updated and i can see vulnerability for one component [email protected]. I did not run the analysis again. Only one thing i did yesterday, i only turned off and then on the OSS index analyser. But why the attributed on field shows today's date, when i did not run the analysis again today? |
Beta Was this translation helpful? Give feedback.
-
not able to reproduce, even though i used my sonatype email and api key. is there anything else to do? to my knowledge, DT checks vulnerabilities at least once every 24h. it is automated that way because analysis may be an expensive task (in terms of ressources) so you don't have to launch the analysis manually to get new vulnerabilities, it does it for you. it is attributed on today, cause DT checked it today. maybe i am wrong, i hope a contributer reads this and confirms. |
Beta Was this translation helpful? Give feedback.
-
@redaabdellah21 Other than oss analyser, nothing else to do. I agree it could be because of DT checking vulnerability every 24 hrs. But i think it should have reflected yesterday also, since i have been trying it for two days. Hope one of the contributors confirm this on this here. Thanks for your help and efforts here. |
Beta Was this translation helpful? Give feedback.
-
with pleasure @nagmashaikh1 |
Beta Was this translation helpful? Give feedback.
-
OSS Index recently introduced some major changes. One of the changes listed in that post is:
That proprietary data is what you see labeled with
Once you provide API credentials, DT will be able to consume the proprietary data from OSS Index. I will make sure to include this in our documentation. |
Beta Was this translation helpful? Give feedback.
-
@nscuro is it normal that vulnerabilities found by sonatype oss index don't show in the exploit predictions graph? |
Beta Was this translation helpful? Give feedback.
-
Dependency track - 4.3.6
docker
jenkins
dotnet cyclone dx 2.3.0
I am generating bom.xml file using dotnet cyclonedx command and uploading that to dependencytrack using jenkins pipeline.
I am getting 0 vulnerabilities for the 9 components detected.
I have sonatype oss index enabled.
When i check on sonatype oss index I can see a vulnerability for the itext component for the version i am using in my project.
Why i can see vulnerability in oss index for that component version and not getting that in dependency track project.
Beta Was this translation helpful? Give feedback.
All reactions