You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response is mentioning "cpe": "cpe:/o:redhat:enterprise_linux:9:*:*:*" and that is the issue I think.
If you download the original SBOM file here ubi8-container.json and do grep you will see that only enterprise_linux v8 is mentioned but not v9 as the response given in the backend:
How to reproduce it:
ubi8-container
(I did it using the UI). And then/api/v1/sbom/{id}/advisory
. The response will be similar to https://gist.github.com/carlosthe19916/23668e2467573faaa3a87e779ec1889e#file-api_v1_sbomresteasy
packages one of them being this one: https://gist.github.com/carlosthe19916/23668e2467573faaa3a87e779ec1889e#file-api_v1_sbom_-id-_advisory-json-L92-L118The response is mentioning
"cpe": "cpe:/o:redhat:enterprise_linux:9:*:*:*"
and that is the issue I think.If you download the original SBOM file here ubi8-container.json and do
grep
you will see that onlyenterprise_linux
v8 is mentioned but not v9 as the response given in the backend:The text was updated successfully, but these errors were encountered: