get_ecosystems
Retrieve all supported ecosystems to identify package managers or repositories for specific programming languages. Use exact ecosystem names to query vulnerabilities in the OSV server for secure development.
Instructions
Get all supported ecosystems. An ecosystem is a package manager or repository for a specific language.
Returns:
Dictionary of ecosystems with the key being the ecosystem name and the value being the programming language / OS.
To use the ecosystem name in the query_package_cve function, you must use the exact ecosystem name as it is in the dictionary.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_ecosystemsArguments",
"type": "object"
}