{ "id": "cve-bin-tool", "version": "1.0.5", "name": "CVE Binary Tool (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cve-bin-tool", "description": "The CVE Binary Tool is a free, open source tool to help you find known vulnerabilities in software, using data from the National Vulnerability Database (NVD) list of Common Vulnerabilities and Exposures (CVEs).", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }