From 6eefbaf28717746702f05a94f32bd6601ec71e56 Mon Sep 17 00:00:00 2001 From: Yi Li Date: Fri, 27 Oct 2023 13:03:06 -0500 Subject: [PATCH] Updating CVEs in Response to New Advisory Alerts (#38) * added duplicate url * update --- croncheck/main.go | 9 +++++++++ cves/CVE-2023-36435.yaml | 2 +- cves/CVE-2023-38171.yaml | 2 +- cves/CVE-2023-44487.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/croncheck/main.go b/croncheck/main.go index bdbd0d9..1c94f75 100644 --- a/croncheck/main.go +++ b/croncheck/main.go @@ -112,6 +112,15 @@ var knownMissingLinks = []string{ // Duplicate of https://github.com/dotnet/announcements/issues/250 "https://github.com/dotnet/announcements/issues/258", + + // Duplicate of https://github.com/dotnet/announcements/issues/282 + "https://github.com/dotnet/announcements/issues/277", + + // Duplicate of https://github.com/dotnet/announcements/issues/281 + "https://github.com/dotnet/announcements/issues/278", + + // Duplicate of https://github.com/dotnet/announcements/issues/280 + "https://github.com/dotnet/announcements/issues/279", } type linkRef struct { diff --git a/cves/CVE-2023-36435.yaml b/cves/CVE-2023-36435.yaml index 4465c32..6687191 100644 --- a/cves/CVE-2023-36435.yaml +++ b/cves/CVE-2023-36435.yaml @@ -4,4 +4,4 @@ affectedPackages: versionEndIncluding: 7.0.11 vulnerable: true id: CVE-2023-36435 -link: https://github.com/dotnet/announcements/issues/278 +link: https://github.com/dotnet/announcements/issues/281 diff --git a/cves/CVE-2023-38171.yaml b/cves/CVE-2023-38171.yaml index f95659e..23d962a 100644 --- a/cves/CVE-2023-38171.yaml +++ b/cves/CVE-2023-38171.yaml @@ -4,4 +4,4 @@ affectedPackages: versionEndIncluding: 7.0.11 vulnerable: true id: CVE-2023-38171 -link: https://github.com/dotnet/announcements/issues/279 +link: https://github.com/dotnet/announcements/issues/280 diff --git a/cves/CVE-2023-44487.yaml b/cves/CVE-2023-44487.yaml index 0ac032a..28d61db 100644 --- a/cves/CVE-2023-44487.yaml +++ b/cves/CVE-2023-44487.yaml @@ -8,4 +8,4 @@ affectedPackages: versionStartIncluding: 7.0.0 vulnerable: true id: CVE-2023-44487 -link: https://github.com/dotnet/announcements/issues/277 +link: https://github.com/dotnet/announcements/issues/282