Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace Debian package name with its source name (#1422)
The current v2 container scanning doesn't report any Debian-related vulnerabilities. The reason is that the extractor takes the package name and package version to match against OSV records. But OSV records store records with the source name. Debian packages may have a different source name than their package name (also source version). For example: ![image](https://github.com/user-attachments/assets/6c5cf9c9-7381-4f29-a887-5035b40c0efd) The new change will convert the given package information to its corresponding source information for matching, if the source information is specified.
- Loading branch information