Skip to content

Commit

Permalink
Update $id to use rolling release
Browse files Browse the repository at this point in the history
Per ossf#132 (comment), OSV
uses a rolling release that is fully backwards compatible, preventing the use
of SEMVER for versioning.

Updating $id to reflect this, as there will not be a v2 pushed to main, and all
future versions are defined as backwards compatible with older versions.

Signed-off-by: Josh Buker <crypto@joshbuker.com>
  • Loading branch information
joshbuker committed Mar 30, 2023
1 parent 3f5dee4 commit 9e09861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/ossf/osv-schema/v1.4.1/validation/schema.json",
"$id": "https://raw.githubusercontent.com/ossf/osv-schema/main/validation/schema.json",
"title": "Open Source Vulnerability",
"description": "A schema for describing a vulnerability in an open source package.",
"type": "object",
Expand Down

0 comments on commit 9e09861

Please sign in to comment.