Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd busybox vulnerability scanning support for the platform itself #340
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, engine does not support matching vulnerabilities against the busybox "package" itself. Detected applications are scanned (npm, python, java, etc), but because there aren't os packages as with Centos, Deb, etc there is no "os package" vuln scanning support.
The solution is to add a virtual package to the anchore analysis for the busybox binary itself, which anchore already detects as the distro and distro version in the image metadata output, and use that for vulnerability matching against NVD data.