We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8201808 commit 31e4d8dCopy full SHA for 31e4d8d
1 file changed
source_test.yaml
@@ -116,6 +116,20 @@
116
editable: False
117
strict_validation: True
118
119
+- name: 'cleanstart'
120
+ versions_from_repo: False
121
+ type: 0
122
+ ignore_patterns: ['^(?!CLEANSTART-).*$']
123
+ directory_path: 'advisories'
124
+ repo_url: 'https://github.com/cleanstart-dev/cleanstart-security-advisories'
125
+ detect_cherrypicks: False
126
+ extension: '.json'
127
+ db_prefix: ['CLEANSTART-']
128
+ ignore_git: True
129
+ link: 'https://github.com/cleanstart-dev/cleanstart-security-advisories/blob/main/'
130
+ editable: False
131
+ strict_validation: True
132
+
133
- name: 'curl'
134
versions_from_repo: False
135
rest_api_url: 'https://curl.se/docs/vuln.json'
0 commit comments