From 2c272ddee39a6951427fcf4acb9a5f7e4b06a4ac Mon Sep 17 00:00:00 2001 From: Robert Roberge Date: Thu, 29 Feb 2024 10:46:52 -0500 Subject: [PATCH] Update README.md Update read me to move current version info to top --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bccbd534455..3bf0960cd25 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ -# cve-schema +# Current Version of CVE Schema -cve-schema specifies the CVE JSON record format. This is the blueprint for a rich set of JSON data that can be submitted by CVE Numbering Authorities (CNAs) and Authorized Data Publishers (ADPs) to describe a CVE record. Some examples of CVE record data include CVE ID number, affected product(s), affected version(s), and public references. While those specific items are required when assigning a CVE, there are many other optional data in the schema that can be used to enrich CVE records for community benefit. +The latest version of the CVE Record Format is 5.0. It is specified in the CVE JSON schema at [CVE_JSON_5.0_schema.json](https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/CVE_JSON_5.0_schema.json). + +Download the CVE_JSON_5.0_bundled.json [here](https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/docs/CVE_JSON_5.0_bundled.json). + +# CVE Schema +cve-schema specifies the CVE JSON record format. This is the blueprint for a rich set of CVE JSON data that can be submitted by CVE Numbering Authorities (CNAs) and Authorized Data Publishers (ADPs) to describe a CVE Record. Some examples of CVE Record data include CVE ID number, affected product(s), affected version(s), and public references. While those specific items are required when assigning a CVE, there are many other optional data in the schema that can be used to enrich CVE records for community benefit. Learn more about the CVE program at [cve.org](https://www.cve.org/) This CVE JSON record format is defined using JSON Schema. Learn more about JSON Schema [here](https://json-schema.org/) -The latest version of the record format is 5.0. It is specified in the JSON schema at [CVE_JSON_5.0_schema.json](https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/CVE_JSON_5.0_schema.json) - A single schema file with bundled dependencies is at [CVE_JSON_5.0_bundled.json](https://github.com/CVEProject/cve-schema/blob/master/schema/v5.0/docs/CVE_JSON_5.0_bundled.json) Documentation about this format is available in [docs](https://cveproject.github.io/cve-schema/schema/v5.0/docs/)