From 1d0ab4aeee5dc1428b422c02a11a10ef2654373c Mon Sep 17 00:00:00 2001 From: cleanstart-community-admin Date: Wed, 21 Jan 2026 11:28:36 +0000 Subject: [PATCH] update source.yaml file Signed-off-by: community-admin <22994038+cleanstart-community-admin@users.noreply.github.com> --- source.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source.yaml b/source.yaml index 9131af96fe3..a66ed4b379a 100644 --- a/source.yaml +++ b/source.yaml @@ -116,6 +116,20 @@ editable: False strict_validation: False +- name: 'cleanstart' + versions_from_repo: False + type: 0 + ignore_patterns: ['^(?!CLEANSTART-).*$'] + directory_path: 'advisories' + repo_url: 'https://github.com/cleanstart-dev/cleanstart-security-advisories' + detect_cherrypicks: False + extension: '.json' + db_prefix: ['CLEANSTART-'] + ignore_git: True + link: 'https://github.com/cleanstart-dev/cleanstart-security-advisories/blob/main/' + editable: False + strict_validation: True + - name: 'curl' versions_from_repo: False rest_api_url: 'https://curl.se/docs/vuln.json'