Skip to content

Commit

Permalink
add RHBA and RHEA advisory prefixes sometimes used by Red Hat (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Shepherd <jshepher@redhat.com>
  • Loading branch information
jasinner authored Sep 5, 2024
1 parent 4ec4e3a commit 164509a
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
Expand Up @@ -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|PUB-A|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRF]U|UBUNTU|USN)-"
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|ELA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRF]U|UBUNTU|USN)-"
},
"severity": {
"type": [
Expand Down

0 comments on commit 164509a

Please sign in to comment.