Skip to content

Commit

Permalink
Prepare for 1.7.0 release. (#341)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Chang <[email protected]>
  • Loading branch information
oliverchang authored Mar 5, 2025
1 parent 10ada0b commit 20f8b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
prefixes.
- 2024-09-12 Released version 1.6.6. Add RHBA, RHEA, SUSE-OU prefixes.
- 2024-09-16 Released version 1.6.7. JSON schema and minor text formatting changes.
- 2024-TBD Released version 1.6.8. Add `upstream` field.
- 2025-03-05 Released version 1.7.0. Add `upstream` field, `V8-` ID prefix,
Kubernetes ecosystem, `Ubuntu` severity type.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aside:
show_edit_on_github: true
---

**Version 1.6.8 (Dec 4, 2024)**
**Version 1.7.0 (March 5, 2025)**

Original authors:
- Oliver Chang ([email protected])
Expand Down
3 changes: 2 additions & 1 deletion validation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@
"type": "string",
"title": "Currently supported home database identifier prefixes",
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CGA|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|KUBE|LBSEC|MAL|MGASA|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRFO]U|UBUNTU|USN|V8)-" },
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CGA|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|KUBE|LBSEC|MAL|MGASA|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRFO]U|UBUNTU|USN|V8)-"
},
"severity": {
"type": [
"array",
Expand Down

0 comments on commit 20f8b57

Please sign in to comment.