Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update read me to move current version info to top
  • Loading branch information
rroberge authored Feb 29, 2024
1 parent 6b11a1b commit 2c272dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down

0 comments on commit 2c272dd

Please sign in to comment.