Skip to content

Commit 20f8b57

Browse files
authored
Prepare for 1.7.0 release. (#341)
Signed-off-by: Oliver Chang <[email protected]>
1 parent 10ada0b commit 20f8b57

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@
3737
prefixes.
3838
- 2024-09-12 Released version 1.6.6. Add RHBA, RHEA, SUSE-OU prefixes.
3939
- 2024-09-16 Released version 1.6.7. JSON schema and minor text formatting changes.
40-
- 2024-TBD Released version 1.6.8. Add `upstream` field.
40+
- 2025-03-05 Released version 1.7.0. Add `upstream` field, `V8-` ID prefix,
41+
Kubernetes ecosystem, `Ubuntu` severity type.

docs/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aside:
88
show_edit_on_github: true
99
---
1010

11-
**Version 1.6.8 (Dec 4, 2024)**
11+
**Version 1.7.0 (March 5, 2025)**
1212

1313
Original authors:
1414
- Oliver Chang ([email protected])

validation/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@
379379
"type": "string",
380380
"title": "Currently supported home database identifier prefixes",
381381
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
382-
"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)-" },
382+
"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)-"
383+
},
383384
"severity": {
384385
"type": [
385386
"array",

0 commit comments

Comments
 (0)