You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A question just to drive this. What is allowed/required for the description field? The min_rejectschema seems to just want a string, but in practice all cves in the reject state seem to begin with ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER.. Is this a legacy practice or is this a requirement?
Given that the state of the cve is set to REJECT it seems awkward to require that a description begin with a specific string but also every one of them that I can find does begin with that string.
From a discussion on Slack, better document how to reject a CVE ID.
An example: CVEProject/cvelist#8836
The template text looks old:
** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: <something>. Reason: <some reason>. Notes: <some notes>.
Another example, web site shows description text: https://www.cve.org/CVERecord?id=CVE-2023-25694
Description is not present in JSON: https://cveawg.mitre.org/api/cve-id/CVE-2023-25694
If nothing else, update template text to no longer talk about "candidate number."
Possibly include description text in JSON, as it may be informative.
The text was updated successfully, but these errors were encountered: