Skip to content

Commit

Permalink
Stage templated human links for production (google#2037)
Browse files Browse the repository at this point in the history
When google#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
  • Loading branch information
andrewpollock authored and CharlyReux committed May 1, 2024
1 parent 1f9e19f commit c98aa04
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
extension: .json
db_prefix: ALBA-
ignore_git: False
human_link: 'https://errata.almalinux.org/{{ ECOSYSTEMS[1].split(":")[1] }}/{{ BUG_ID | replace(":", "-", 1) }}.html'
link: https://github.com/AlmaLinux/osv-database/blob/master/
editable: False

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

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

Expand Down Expand Up @@ -69,6 +72,7 @@
extension: .json
db_prefix: CURL-
ignore_git: True
human_link: 'https://curl.se/docs/{{ BUG_ID | replace("CURL-", "") }}.html'
link: https://curl.se/docs/
editable: False

Expand All @@ -81,7 +85,7 @@
bucket: cve-osv-conversion
db_prefix: CVE-
ignore_git: False
human_link: https://nvd.nist.gov/vuln/detail/
human_link: 'https://nvd.nist.gov/vuln/detail/{{ BUG_ID }}'
link: https://storage.googleapis.com/cve-osv-conversion/
editable: False

Expand All @@ -94,7 +98,7 @@
bucket: debian-osv
db_prefix: DLA-
ignore_git: True
human_link: 'https://security-tracker.debian.org/tracker/'
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
link: https://storage.googleapis.com/debian-osv/
editable: False

Expand All @@ -107,7 +111,7 @@
bucket: debian-osv
db_prefix: DSA-
ignore_git: True
human_link: https://security-tracker.debian.org/tracker/
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
link: https://storage.googleapis.com/debian-osv/
editable: False

Expand All @@ -120,7 +124,7 @@
bucket: debian-osv
db_prefix: DTSA-
ignore_git: True
human_link: 'https://security-tracker.debian.org/tracker/'
human_link: 'https://security-tracker.debian.org/tracker/{{ BUG_ID }}'
link: https://storage.googleapis.com/debian-osv/
editable: False

Expand All @@ -133,7 +137,7 @@
extension: .json
db_prefix: GHSA-
ignore_git: True
human_link: https://github.com/advisories/
human_link: 'https://github.com/advisories/{{ BUG_ID }}'
link: https://github.com/github/advisory-database/blob/main/
editable: False

Expand All @@ -147,7 +151,7 @@
bucket: go-vulndb
db_prefix: GO-
ignore_git: True
human_link: https://pkg.go.dev/vuln/
human_link: 'https://pkg.go.dev/vuln/{{ BUG_ID }}'
link: https://vuln.go.dev/
editable: False

Expand Down Expand Up @@ -262,7 +266,7 @@
extension: .json
db_prefix: RUSTSEC-
ignore_git: False
human_link: https://rustsec.org/advisories/
human_link: 'https://rustsec.org/advisories/{{ BUG_ID }}'
link: https://github.com/rustsec/advisory-db/blob/osv/
editable: False
repo_username: git
Expand Down

0 comments on commit c98aa04

Please sign in to comment.