Hi,
while researching about vulnerabilities, I found several other data sources for vulnerability information. I haven't look at them in detail, but some of them seems to be useful like information about python packages.
Arch lists different sources for CVE data, e.g. https://security.archlinux.org/CVE-2025-4563.
Palo Alto has a good tracking of affected and unaffected versions: https://security.paloaltonetworks.com/. I know it's very niche and I don't know whether someone uses search_vulns to query such information. So propably, it doesn't make sense to implement it.
Docker has an advisory databases for Docker Scout (a product to scan container images for known vulnerabiliites): https://docs.docker.com/scout/deep-dive/advisory-db-sources/. Some of these sources are not included in search_vulns but seem to be useful like Python Packaging Advisory Database.
Hi,
while researching about vulnerabilities, I found several other data sources for vulnerability information. I haven't look at them in detail, but some of them seems to be useful like information about python packages.
Arch lists different sources for CVE data, e.g. https://security.archlinux.org/CVE-2025-4563.
Palo Alto has a good tracking of affected and unaffected versions: https://security.paloaltonetworks.com/. I know it's very niche and I don't know whether someone uses search_vulns to query such information. So propably, it doesn't make sense to implement it.
Docker has an advisory databases for Docker Scout (a product to scan container images for known vulnerabiliites): https://docs.docker.com/scout/deep-dive/advisory-db-sources/. Some of these sources are not included in search_vulns but seem to be useful like Python Packaging Advisory Database.