CVE Record
Creates a CVE Record from CNA Container JSON for the specified ID (accessible to CNAs and Secretariat)
<h2>Access Control</h2> <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>CNA:</b> Creates CVE Record for a CVE ID owned by their organization</p> <p><b>Secretariat:</b> Creates CVE Record for CVE IDs owned by any organization</p>post/cve/{id}/cna
Path parameters
idstring required
The CVE ID for the record being created
Query parameters
erlcheckboolean
Enables stricter validation that ensures submitted record meets enrichment data requirements. For a record to be enriched, a CVSS score and a CWE ID must be provided.
Headers
CVE-API-ORGstring required
The shortname for the organization associated with the user requesting authentication
CVE-API-USERstring required
The username for the account making the request
CVE-API-KEYstring required
The user's API key
Request body
CreateCveRecordCnaRequestJson required— unresolved $ref
Response
The CVE Record created
CreateCveRecordResponseJson required— unresolved $ref