Skip to content

Commit

Permalink
feat: add 2 vulnerability urls
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Jan 30, 2025
1 parent 7aa67a7 commit 21191b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/commons/functions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ export function get_cvss4_url(cvss_vector: string): string {
const VULNERABILITY_URLS = {
ASB: "https://osv.dev/vulnerability/",
BIT: "https://osv.dev/vulnerability/",
CGA: "https://osv.dev/vulnerability/",
CVE: "https://nvd.nist.gov/vuln/detail/",
DLA: "https://security-tracker.debian.org/tracker/",
GHSA: "https://github.com/advisories/",
GO: "https://pkg.go.dev/vuln/",
OSV: "https://osv.dev/vulnerability/",
PYSEC: "https://osv.dev/vulnerability/",
SNYK: "https://snyk.io/vuln/",
Expand Down

0 comments on commit 21191b1

Please sign in to comment.