-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question/Discussion] Separate attributes for different CVE states in JSON schema (v5.13) #91
Comments
Those 3 names are just reference tags to navigate the schema. |
The REJECT state value, we will verify it with the Quality Working Group. And update the schema to match the direction from the QWG. |
Ohhh, that makes more sense now. I somehow missed that the top-level attribute name was
Ack! Should I rename this issue to reflect that it tracks the decision of the QWG? |
Looking at
cve513.schema
, the root level attributes that contain the actual CVE meta data must be under one of:CVE_data_meta_public
CVE_data_meta_reserved
CVE_data_meta_reject
Is there a specific reason why the attribute name changes depending on the CVE's state despite the fact that
STATE
is a property of each of those attributes? This makes it more difficult to parse the JSON and does not really provide any extra value since the state is available as a child property anyway.Also, is there a reason the
REJECT
state is not namedREJECTED
to stay consistent withRESERVED
?The text was updated successfully, but these errors were encountered: