Skip to content

Commit 2718b40

Browse files
authored
fix(source): link for Debian CVEs (#4006)
1 parent 04f94e8 commit 2718b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
bucket: 'osv-test-debian-osv'
142142
db_prefix: ['DEBIAN-']
143143
ignore_git: True
144-
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
144+
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID | replace("DEBIAN-", "") }}'
145145
link: 'https://storage.googleapis.com/osv-test-debian-osv/'
146146
editable: False
147147
strict_validation: True

0 commit comments

Comments
 (0)