Replies: 3 comments 9 replies
-
1. Components count is less than what I anticipated. Is it possible that dejacode filters out components without a version number and so on?Short answer: DejaCode does not filter out anything but it does not create duplicated package entries. If a package with the same exact PURL appears many times in the provided SBOMS, it will exist only as a single package record in DejaCode. Looking into the content of those SBOMS:
A quick look into Adding the unique list counts we should expect 1,052 packages to be imported on the DejaCode side: 274 + 454 + 324 We can confirm this looking at the underlying
Only 1,052 PURLs are unique across the SBOMS. I've run the import using the provided @prabhu Could you provide the log content in the "Imports" tab? It should look like this:
|
Beta Was this translation helpful? Give feedback.
-
2. Vulnerabilities count is significantly less than anticipated. Is it due to a lack of OS vulnerabilities in my dejacode setup?@prabhu could you clarify what you mean by "a lack of OS vulnerabilities in my dejacode setup"? The vulnerability data are pulled from VulnerableCode. |
Beta Was this translation helpful? Give feedback.
-
@prabhu Hey! Nice you to see the depscan author there! ❤️ We checked your pdf above and I am looking at one of the line. If I read this correctly, "coreutils@8.32-4" is vulnerable to "CVE-2024-0684" Now if we dig deeper, this is the Debian tracker entry for this CVE: For bulleye, (e.g., coreutils@8.32-4 ) we have: This is further confirmed by looking at which version has the vulnerable code based on the introducing and fixed commits:
So I feel that reporting that coreutils@8.32-4 is vulnerable to this CVE may not be correct? We could dig further, and I am sure there are cases where vulnerablecode is not correct too. All in all, this means we should work together to get better quality data for vulnerabilities! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
TIL that multiple BOM files could be zipped and imported to a single product. This is cool! So I created a zip file for the dotnet-podcasts dataset and imported.
sboms.zip
Below is the report from depscan.
depscan.pdf
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions