Skip to content

Commit

Permalink
Merge pull request #6798 from martincostello/patch-1
Browse files Browse the repository at this point in the history
Add missing cve-list property for 5.0.11.
  • Loading branch information
rbhanda authored Oct 12, 2021
2 parents 190380c + 4d2d4f0 commit 97cc2de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/5.0/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"release-date": "2021-10-12",
"release-version": "5.0.11",
"security": true,
"cve-list": [
{
"cve-id": "CVE-2021-41355",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41355"
}
],
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.11/5.0.11.md",
"runtime": {
"version": "5.0.11",
Expand Down

0 comments on commit 97cc2de

Please sign in to comment.