Skip to content

Commit 2994c84

Browse files
authored
fix: add BELL prefix to linter schema (#375)
This was missed in #364 - I've also opened #374 to ensure this can't slip through in future Signed-off-by: Gareth Jones <[email protected]>
1 parent b79744b commit 2994c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/osv-linter/internal/checks/schema_generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
"type": "string",
384384
"title": "Currently supported home database identifier prefixes",
385385
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
386-
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CGA|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|KUBE|LBSEC|LSN|MAL|MINI|MGASA|OESA|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRFO]U|UBUNTU|USN|V8)-"
386+
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BELL|BIT|CGA|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|KUBE|LBSEC|LSN|MAL|MINI|MGASA|OESA|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRFO]U|UBUNTU|USN|V8)-"
387387
},
388388
"severity": {
389389
"type": [

0 commit comments

Comments
 (0)