From 92f273dba73a5010b95a24cb42324a4d9dc8d1ef Mon Sep 17 00:00:00 2001 From: Dory Date: Tue, 13 Aug 2024 18:13:16 -0700 Subject: [PATCH] Update Android IDs and links in schema table. (#255) Per discussion offline, this updates Android vulnerability ID prefixes to corresponds with reality. This may need to be revisited in the future (e.g. `ASB-A` -> `A-ASB`) but that would be a separate effort. Signed-off-by: Duy Truong Co-authored-by: Duy Truong --- docs/schema.md | 8 ++++---- validation/schema.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/schema.md b/docs/schema.md index 2405489e..2894633b 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -157,12 +157,12 @@ The defined database prefixes and their "home" databases are: - A - Android Vulnerability Database + `ASB-A`/`PUB-A` + Android Security Bulletin diff --git a/validation/schema.json b/validation/schema.json index dcf23d1b..1b6fb76e 100644 --- a/validation/schema.json +++ b/validation/schema.json @@ -306,7 +306,7 @@ "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|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|PHSA|PSF|PYSEC|RLSA|RXSA|RSEC|RUSTSEC|USN)-" + "pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|PHSA|PSF|PYSEC|RLSA|RXSA|RSEC|RUSTSEC|USN)-" }, "severity": { "type": [