Skip to content

Commit

Permalink
Merge pull request #72 from chandanbn/rc2-desc-fix
Browse files Browse the repository at this point in the history
RC2: remove extraneous description, update docs, add mindmap
  • Loading branch information
chandanbn authored May 25, 2021
2 parents 8482ed6 + be20690 commit dd9c601
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
3 changes: 1 addition & 2 deletions schema/v5.0/CVE_JSON_5.0.schema
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,7 @@

"description": "State of CVE - PUBLISHED, RESERVED, REJECTED",
"enum": ["REJECTED"]
},
"descriptions": {"$ref": "#/definitions/descriptions"}
}
},
"additionalProperties": false
},
Expand Down
2 changes: 1 addition & 1 deletion schema/v5.0/docs/basic-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "CVE-2015-3000",
"assigner": "9a527a5d-c98f-4910-8fa2-f6a927fa3ce3",
"assignerShortName": "mitre",
"state": "PUBLIC"
"state": "PUBLISHED"
},
"containers": {
"cna": {
Expand Down
8 changes: 4 additions & 4 deletions schema/v5.0/docs/index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions schema/v5.0/docs/mindmap.html

Large diffs are not rendered by default.

0 comments on commit dd9c601

Please sign in to comment.