Skip to content

Commit

Permalink
Updating CVEs in Response to New Advisory Alerts (#38)
Browse files Browse the repository at this point in the history
* added duplicate url

* update
  • Loading branch information
daynewlee authored Oct 27, 2023
1 parent b0335a5 commit 6eefbaf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions croncheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cves/CVE-2023-36435.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cves/CVE-2023-38171.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cves/CVE-2023-44487.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6eefbaf

Please sign in to comment.