Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use USNs directly from the CVE response
We need to fetch the USNs related to a CVE to extract the ubuntu version of the packages affected by the CVE. In the past, we where running another request to fetch all USNs related to the CVEs. To make this process less demanding on the API side, we are now relaying on the related USNs already delivered by the CVE endpoint instead
- Loading branch information