cve_search_by_vendor
Search CVEs by vendor with optional product and date range filters. Vendor is matched against the NVD CPE namespace, e.g. 'apache', 'microsoft'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-2000, default 20). | |
| vendor | Yes | Vendor name, lowercase preferred. | |
| product | No | Optional product name filter. | |
| pub_end_date | No | ISO date or YYYY-MM-DD upper bound on published date. | |
| pub_start_date | No | ISO date or YYYY-MM-DD lower bound on published date. |