1
0
mirror of synced 2025-12-19 18:06:02 -05:00

fixing dates (#9356)

* fixing dates

* Update cve.md

* Update cve.md

* Update cve.md
This commit is contained in:
Rahul Bhandari
2024-06-12 14:25:19 -07:00
committed by GitHub
parent ad2641f6f1
commit a7aa16f990
4 changed files with 10 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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) |

View File

@@ -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)