Skip to content

Commit 19ef12c

Browse files
committed
feat: add Drupal advisory database
1 parent 4be7e98 commit 19ef12c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source_test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,20 @@
206206
editable: False
207207
strict_validation: True
208208

209+
- name: 'drupal'
210+
versions_from_repo: False
211+
type: 0
212+
ignore_patterns: ['^(?!DRUPAL-).*$']
213+
directory_path: 'advisories'
214+
repo_url: 'https://github.com/DrupalSecurityTeam/drupal-advisory-database.git'
215+
detect_cherrypicks: False
216+
extension: '.json'
217+
db_prefix: ['DRUPAL-']
218+
ignore_git: True
219+
link: 'https://github.com/DrupalSecurityTeam/drupal-advisory-database/blob/main/'
220+
editable: False
221+
strict_validation: True
222+
209223
- name: 'echo'
210224
versions_from_repo: False
211225
rest_api_url: 'https://advisory.echohq.com/osv/all.json'

0 commit comments

Comments
 (0)