cve_search_by_keyword
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Free-text CVE search with optional date range. Matches keyword against CVE description text in the NVD.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"keyword"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (1-2000, default 20)."
},
"keyword": {
"type": "string",
"description": "Free-text search phrase."
},
"pub_end_date": {
"type": "string",
"description": "Optional YYYY-MM-DD upper bound."
},
"pub_start_date": {
"type": "string",
"description": "Optional YYYY-MM-DD lower bound."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries