Skip to content

Commit

Permalink
fixing dates (#9356)
Browse files Browse the repository at this point in the history
* fixing dates

* Update cve.md

* Update cve.md

* Update cve.md
  • Loading branch information
rbhanda authored Jun 12, 2024
1 parent ad2641f commit a7aa16f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions release-notes/6.0/cve.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Your app needs to be on the latest .NET 6 patch version to be secure. The longer

Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using an older .NET 6 patch version.

- 6.0.31 (May 28 2024)
- No new CVEs.
- 6.0.30 (May 2024)
- No new CVEs.
- 6.0.29 (April 2024)
Expand Down
2 changes: 2 additions & 0 deletions release-notes/7.0/cve.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Your app needs to be on the latest .NET 7 patch version to be secure. The longer

Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using the given version or older.

- 7.0.20 (May 2024)
- No new CVEs.
- 7.0.19 (May 2024)
- [CVE-2024-30045 | .NET Remote code Execution Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
- [CVE-2024-30046 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
Expand Down
1 change: 1 addition & 0 deletions release-notes/8.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| Date | Release |
| :-- | :-- |
| 2024/06/11 | [8.0.302 SDK](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.6.md) |
| 2024/05/28 | [8.0.6](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.6/8.0.6.md) |
| 2024/05/14 | [8.0.5](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.5/8.0.5.md) |
| 2024/04/08 | [8.0.4](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.4/8.0.4.md) |
| 2024/03/14 | [8.0.203 SDK](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.3/8.0.203.md) |
Expand Down
8 changes: 5 additions & 3 deletions release-notes/8.0/cve.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Your app needs to be on the latest .NET 8 patch version to be secure. The longer
## Which CVEs apply to my app?

Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using the given version or older.
- 8.0.4 (May 2024)
- [CVE-2024-30045 | .NET Remote code Execution Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
- [CVE-2024-30046 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/xxx)
- 8.0.6 (May 28 2024)
- No new CVEs.
- 8.0.5 (May 2024)
- [CVE-2024-30045 | .NET Remote code Execution Vulnerability](https://github.com/dotnet/announcements/issues/307)
- [CVE-2024-30046 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/308)
- 8.0.4 (April 2024)
- [CVE-2024-21409 | .NET Denial of Service Vulnerability](https://github.com/dotnet/announcements/issues/303)
- 8.0.3 (March 2024)
Expand Down

0 comments on commit a7aa16f

Please sign in to comment.