Curious how to consider purl <-> Vulnerability associations with arch=source qualifiers #4279
-
|
Hello 👋 I have a few questions regarding purl structures, and how they relate to their affected vulnerabilities. In using your dataset, I've noticed most of the purl associations are tied to purls containing To my understanding, this means the package is uncompiled.
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The arch=source just means the
Let us know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
The arch=source just means the
package.nameandversionrefers to the source package, not the binary package. Let's take curl for example: https://launchpad.net/ubuntu/+source/curl this is the link to the source package, and you can see multiple binary packages (what you install withapt installlisted under it (curl,curl-dbgsym,libcurl4-openssl-dev...). And looking at a OSV entry: https://osv.dev/vulnerability/USN-5495-2, the package name there refers to the source. For Ubuntu advisories, the database specific field lists the binary packages.