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 problem occurred while saving the CVE Record, ensure that x_ values do not start with $
Here, $5000.00 is a value, and it is allowed to begin with a $ character. The only problem is that a name - $b in this example - is not allowed to begin with a $ character.
The error message could be reworded to something like:
A problem occurred while saving the CVE Record; ensure that field names within x_ data structures do not start with $
Optionally, the word field could be omitted, because it is not used in the JSON documentation:
https://www.rfc-editor.org/rfc/rfc8259
An object structure is represented as a pair of curly brackets
surrounding zero or more name/value pairs (or members). A name is a
string. A single colon comes after each name, separating the name
from the value.
The text was updated successfully, but these errors were encountered:
When using the "POST /cve/:id/cna" endpoint with a file that begins with:
the error message is:
Here, $5000.00 is a value, and it is allowed to begin with a $ character. The only problem is that a name - $b in this example - is not allowed to begin with a $ character.
The error message could be reworded to something like:
Optionally, the word
field
could be omitted, because it is not used in the JSON documentation:The text was updated successfully, but these errors were encountered: