CVE Record
Updates the 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> Updates a CVE Record for records that are owned by their organization</p> <p><b>Secretariat:</b> Updates a CVE Record for records that are owned by any organization</p>put/cve/{id}/cna
Path parameters
idstring required
The CVE ID for which the record is being updated
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 updated CVE Record
UpdateFullCveRecordResponseJson required— unresolved $ref