We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be7e98 commit 19ef12cCopy full SHA for 19ef12c
source_test.yaml
@@ -206,6 +206,20 @@
206
editable: False
207
strict_validation: True
208
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
+
223
- name: 'echo'
224
versions_from_repo: False
225
rest_api_url: 'https://advisory.echohq.com/osv/all.json'
0 commit comments