Skip to content

Commit 3ad1763

Browse files
committed
feat: update osv schema
1 parent a366563 commit 3ad1763

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

schema.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,18 @@
330330
"description": "These ecosystems are also documented at https://ossf.github.io/osv-schema/#affectedpackage-field",
331331
"enum": [
332332
"AlmaLinux",
333+
"Alpaquita",
333334
"Alpine",
334335
"Android",
336+
"BellSoft Hardened Containers",
335337
"Bioconductor",
336338
"Bitnami",
337339
"Chainguard",
338340
"ConanCenter",
339341
"CRAN",
340342
"crates.io",
341343
"Debian",
344+
"Drupal",
342345
"GHC",
343346
"GitHub Actions",
344347
"Go",
@@ -348,8 +351,10 @@
348351
"Linux",
349352
"Mageia",
350353
"Maven",
354+
"MinimOS",
351355
"npm",
352356
"NuGet",
357+
"openEuler",
353358
"openSUSE",
354359
"OSS-Fuzz",
355360
"Packagist",
@@ -373,13 +378,13 @@
373378
"type": "string",
374379
"title": "Currently supported ecosystems",
375380
"description": "These ecosystems are also documented at https://ossf.github.io/osv-schema/#affectedpackage-field",
376-
"pattern": "^(AlmaLinux|Alpine|Android|Bioconductor|Bitnami|Chainguard|ConanCenter|CRAN|crates\\.io|Debian|GHC|GitHub Actions|Go|Hackage|Hex|Kubernetes|Linux|Mageia|Maven|npm|NuGet|openSUSE|OSS-Fuzz|Packagist|Photon OS|Pub|PyPI|Red Hat|Rocky Linux|RubyGems|SUSE|SwiftURL|Ubuntu|Wolfi|GIT)(:.+)?$"
381+
"pattern": "^(AlmaLinux|Alpaquita|Alpine|Android|BellSoft Hardened Containers|Bioconductor|Bitnami|Chainguard|ConanCenter|CRAN|crates\\.io|Debian|Drupal|GHC|GitHub Actions|Go|Hackage|Hex|Kubernetes|Linux|Mageia|Maven|MinimOS|npm|NuGet|openEuler|openSUSE|OSS-Fuzz|Packagist|Photon OS|Pub|PyPI|Red Hat|Rocky Linux|RubyGems|SUSE|SwiftURL|Ubuntu|Wolfi|GIT)(:.+)?$"
377382
},
378383
"prefix": {
379384
"type": "string",
380385
"title": "Currently supported home database identifier prefixes",
381386
"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|LSN|MAL|MGASA|OSV|openSUSE-SU|PHSA|PSF|PYSEC|RHBA|RHEA|RHSA|RLSA|RXSA|RSEC|RUSTSEC|SUSE-[SRFO]U|UBUNTU|USN|V8)-"
387+
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BELL|BIT|CGA|CURL|CVE|DSA|DLA|DRUPAL|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)-"
383388
},
384389
"severity": {
385390
"type": [

0 commit comments

Comments
 (0)