cve_search_by_vendor
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Search CVEs by vendor with optional product and date range filters. Vendor is matched against the NVD CPE namespace, e.g. 'apache', 'microsoft'.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"vendor"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (1-2000, default 20)."
},
"vendor": {
"type": "string",
"description": "Vendor name, lowercase preferred."
},
"product": {
"type": "string",
"description": "Optional product name filter."
},
"pub_end_date": {
"type": "string",
"description": "ISO date or YYYY-MM-DD upper bound on published date."
},
"pub_start_date": {
"type": "string",
"description": "ISO date or YYYY-MM-DD lower bound on published date."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries