list_cve_vendors
Retrieve a comprehensive list of all vendors from the CVE database using cve-search.org, essential for identifying vulnerabilities in Kubernetes and cloud environments.
Instructions
Get a list of all vendors in the CVE database. Source: cve-search.org
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}