Skip to content

Commit 5bbc56b

Browse files
committed
feat: add Drupal Advisory Database
Signed-off-by: Gareth Jones <[email protected]>
1 parent e161177 commit 5bbc56b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/schema.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,17 @@ The defined database prefixes and their "home" databases are:
245245
</ul>
246246
</td>
247247
</tr>
248+
<tr>
249+
<td><code>DRUPAL</code></td>
250+
<td><a href="https://github.com/ackama/drupal-advisory-database">Drupal Advisory Database (provided by Ackama)</a></td>
251+
<td>
252+
<ul>
253+
<li>How to contribute: <code>TBD</code></li>
254+
<li>Source URL: <code>TBD</code></li>
255+
<li>OSV Formatted URL: <code>TBD</code></li>
256+
</ul>
257+
</td>
258+
</tr>
248259
<tr>
249260
<td><code>ELA</code></td>
250261
<td><a href="https://www.freexian.com/lts/extended/">Debian Extended LTS Security Advisories (provided by Freexian)</a></td>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"type": "string",
385385
"title": "Currently supported home database identifier prefixes",
386386
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
387-
"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)-"
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)-"
388388
},
389389
"severity": {
390390
"type": [

validation/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"type": "string",
385385
"title": "Currently supported home database identifier prefixes",
386386
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
387-
"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)-"
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)-"
388388
},
389389
"severity": {
390390
"type": [

0 commit comments

Comments
 (0)