Skip to content

Commit f532637

Browse files
Stage templated human links for production (#2037)
When #2031 is released to Production, the human-friendly links will need to be updated in short order afterwards to avoid disappointment. Do not merge until after the release for the week of 2024/03/11
1 parent 352c041 commit f532637

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

source.yaml

+11-7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
extension: .json
99
db_prefix: ALBA-
1010
ignore_git: False
11+
human_link: 'https://errata.almalinux.org/{{ ECOSYSTEMS[1].split(":")[1] }}/{{ BUG_ID | replace(":", "-", 1) }}.html'
1112
link: https://github.com/AlmaLinux/osv-database/blob/master/
1213
editable: False
1314

@@ -21,6 +22,7 @@
2122
extension: .json
2223
db_prefix: ALEA-
2324
ignore_git: False
25+
human_link: 'https://errata.almalinux.org/{{ ECOSYSTEMS[1].split(":")[1] }}/{{ BUG_ID | replace(":", "-", 1) }}.html'
2426
link: https://github.com/AlmaLinux/osv-database/blob/master/
2527
editable: False
2628

@@ -34,6 +36,7 @@
3436
extension: .json
3537
db_prefix: ALSA-
3638
ignore_git: False
39+
human_link: 'https://errata.almalinux.org/{{ ECOSYSTEMS[1].split(":")[1] }}/{{ BUG_ID | replace(":", "-", 1) }}.html'
3740
link: https://github.com/AlmaLinux/osv-database/blob/master/
3841
editable: False
3942

@@ -69,6 +72,7 @@
6972
extension: .json
7073
db_prefix: CURL-
7174
ignore_git: True
75+
human_link: 'https://curl.se/docs/{{ BUG_ID | replace("CURL-", "") }}.html'
7276
link: https://curl.se/docs/
7377
editable: False
7478

@@ -81,7 +85,7 @@
8185
bucket: cve-osv-conversion
8286
db_prefix: CVE-
8387
ignore_git: False
84-
human_link: https://nvd.nist.gov/vuln/detail/
88+
human_link: 'https://nvd.nist.gov/vuln/detail/{{ BUG_ID }}'
8589
link: https://storage.googleapis.com/cve-osv-conversion/
8690
editable: False
8791

@@ -94,7 +98,7 @@
9498
bucket: debian-osv
9599
db_prefix: DLA-
96100
ignore_git: True
97-
human_link: 'https://security-tracker.debian.org/tracker/'
101+
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
98102
link: https://storage.googleapis.com/debian-osv/
99103
editable: False
100104

@@ -107,7 +111,7 @@
107111
bucket: debian-osv
108112
db_prefix: DSA-
109113
ignore_git: True
110-
human_link: https://security-tracker.debian.org/tracker/
114+
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
111115
link: https://storage.googleapis.com/debian-osv/
112116
editable: False
113117

@@ -120,7 +124,7 @@
120124
bucket: debian-osv
121125
db_prefix: DTSA-
122126
ignore_git: True
123-
human_link: 'https://security-tracker.debian.org/tracker/'
127+
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
124128
link: https://storage.googleapis.com/debian-osv/
125129
editable: False
126130

@@ -133,7 +137,7 @@
133137
extension: .json
134138
db_prefix: GHSA-
135139
ignore_git: True
136-
human_link: https://github.com/advisories/
140+
human_link: 'https://github.com/advisories/{{ BUG_ID }}'
137141
link: https://github.com/github/advisory-database/blob/main/
138142
editable: False
139143

@@ -147,7 +151,7 @@
147151
bucket: go-vulndb
148152
db_prefix: GO-
149153
ignore_git: True
150-
human_link: https://pkg.go.dev/vuln/
154+
human_link: 'https://pkg.go.dev/vuln/{{ BUG_ID }}'
151155
link: https://vuln.go.dev/
152156
editable: False
153157

@@ -262,7 +266,7 @@
262266
extension: .json
263267
db_prefix: RUSTSEC-
264268
ignore_git: False
265-
human_link: https://rustsec.org/advisories/
269+
human_link: 'https://rustsec.org/advisories/{{ BUG_ID }}'
266270
link: https://github.com/rustsec/advisory-db/blob/osv/
267271
editable: False
268272
repo_username: git

0 commit comments

Comments
 (0)