get_latest_30_cves
Retrieve the most recent 30 CVEs with CAPEC, CWE, and CPE expansions from cve-search.org for vulnerability analysis in Kubernetes and cloud environments.
Instructions
Get the latest/newest 30 CVEs including CAPEC, CWE and CPE expansions. 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"
}