Fetch and manage CVE data for software packages. Query for vulnerabilities, affected versions, and fixes seamlessly through a lightweight server interface.
Tools
query_package_cve
Query the OSV database for a package and return the CVE ID. Args: package: The package name to query version: The version of the package to query, can be None if you want to query all versions ecosystem: The ecosystem of the package to query, can be None if you want to query all ecosystems. * Supported ecosystems: - For python packages, the ecosystem is "PyPI" Returns: A list of CVE IDs
query_for_cve_affected
Query the OSV database for a CVE and return the affected versions. Args: cve: The CVE ID to query Returns: A list of affected versions
query_for_cve_fix_versions
Query the OSV database for a CVE and return the fix versions. Args: cve: The CVE ID to query Returns: A list of fix versions
Installation
Please Login
Login to configure this server.