vul_cve_search
Retrieve detailed JSON data for a specific CVE ID by querying the CVE-Search API, enabling quick access to vulnerability details for analysis and response.
Instructions
To get a JSON of a specific CVE ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cve_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cve_id": {
"title": "Cve Id",
"type": "string"
}
},
"required": [
"cve_id"
],
"title": "vul_cve_searchArguments",
"type": "object"
}