From 5ced7476c0b8d7e34bc432575d7135d97699906c Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:20:09 +1200 Subject: [PATCH] feat: add Drupal advisory database --- source_test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source_test.yaml b/source_test.yaml index 679a199bec8..607846c604e 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -176,6 +176,20 @@ editable: False strict_validation: True +- name: 'drupal' + versions_from_repo: False + type: 0 + ignore_patterns: ['^(?!DRUPAL-).*$'] + directory_path: 'advisories' + repo_url: 'https://github.com/ackama/drupal-advisory-database.git' + detect_cherrypicks: False + extension: '.json' + db_prefix: ['DRUPAL-'] + ignore_git: True + link: 'https://github.com/ackama/drupal-advisory-database/blob/main/' + editable: False + strict_validation: True + - name: 'ghsa' versions_from_repo: False type: 0