.NET September 2022 Updates
- Dominant language
- No language data
- Stars
- 1.4k
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Microsoft released the following [.NET Updates in September 2022](https://devblogs.microsoft.com/dotnet/september-2022-updates/).
.NET Releases
* [.NET 6.0.9 and .NET SDK 6.0.109](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.9/6.0.9.md) ([Download](https://dotnet.microsoft.com/download/dotnet-core/6.0))
* [.NET Core 3.1.29 and .NET SDK 3.1.423](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.1.29/3.1.29.md) ([Download](https://dotnet.microsoft.com/download/dotnet-core/3.1))
This issue will be updated if there are any additional releases during the month.
Security Advisories
Microsoft has published the following security advisories for .NET 6 and .NET Core 3.1. The associated vulnerabilities are resolved in this month's releases.
* [CVE 2022-38013 | .NET Denial of Service Vulnerability](https://www.cve.org/CVERecord?id=CVE-2022-38013)
* [Announcement](https://github.com/dotnet/announcements/issues/234)
* [Discussion](https://github.com/dotnet/aspnetcore/issues/43166)
These advisories may provide additional information (beyond just installing the latest update) to guide developers on mitigating these vulnerabilities in affected applications. Please see the linked repository discussion issues if you have questions.
## Which CVEs apply to my .NET 6 app?
Your app may be affected by many security vulnerabilities if you have not been installing .NET 6 patches.
[Which CVEs apply to my .NET 6 app?](https://github.com/dotnet/core/blob/main/release-notes/6.0/cve.md) makes it easy to tell how many CVEs affect your app, given the .NET 6 patch version you currently have deployed.
.NET Support Policies
Microsoft support policies are defined in the following documents:
* [Currently Supported Releases](https://github.com/dotnet/core/blob/main/releases.md)
* [Microsoft .NET Support Policy](https://dotnet.microsoft.com/platform/support/policy/)
* [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.