Skip to content

Commit 5ced747

Browse files
authored
feat: add Drupal advisory database
1 parent a179a8e commit 5ced747

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
@@ -176,6 +176,20 @@
176176
editable: False
177177
strict_validation: True
178178

179+
- name: 'drupal'
180+
versions_from_repo: False
181+
type: 0
182+
ignore_patterns: ['^(?!DRUPAL-).*$']
183+
directory_path: 'advisories'
184+
repo_url: 'https://github.com/ackama/drupal-advisory-database.git'
185+
detect_cherrypicks: False
186+
extension: '.json'
187+
db_prefix: ['DRUPAL-']
188+
ignore_git: True
189+
link: 'https://github.com/ackama/drupal-advisory-database/blob/main/'
190+
editable: False
191+
strict_validation: True
192+
179193
- name: 'ghsa'
180194
versions_from_repo: False
181195
type: 0

0 commit comments

Comments
 (0)