Skip to content

Commit

Permalink
feat(suse): allow more SUSE- prefixes (#270)
Browse files Browse the repository at this point in the history
Our recommended (SUSE-RU) and feature (SUSE-FU) updates occasionaly
includes also security fixes. We will only generate OSV entries for the
ones which CVEs.

Signed-off-by: Marcus Meissner <meissner@suse.de>
  • Loading branch information
msmeissn authored Sep 5, 2024
1 parent 285be57 commit 4ec4e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ The defined database prefixes and their "home" databases are:
</td>
</tr>
<tr>
<td><code>SUSE-SU</code> and <code>openSUSE-SU</code></td>
<td><code>SUSE-SU</code>, <code>SUSE-RU</code>, <code>SUSE-FU</code> and <code>openSUSE-SU</code></td>
<td><a href="https://www.suse.com/support/security/">SUSE Security Landing page</a></td>
<td>
<ul>
Expand Down
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-SU|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|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRF]U|UBUNTU|USN)-"
},
"severity": {
"type": [
Expand Down

0 comments on commit 4ec4e3a

Please sign in to comment.