Showing results for Security - .NET Blog

Nov 3, 2023
42
17

What’s new with identity in .NET 8

Jeremy Likness
Jeremy Likness

An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.

.NET.NET CoreASP.NET Core
Jul 12, 2023
6
1

What does Azure AD renamed Microsoft Entra ID mean for .NET developers?

Jeremy Likness
Jeremy Likness

Azure Active Directory (Azure AD) is being renamed as part of unification with the expanded Microsoft Entra identity and network access product family. This is a name change only and does not require any direct action from .NET developers.

.NET.NET CoreASP.NET Core
Dec 8, 2022
7
5

.NET 7 Networking Improvements

Natalia Kondratyeva Máňa
Natalia,
Máňa

Introducing new networking features in .NET 7 including HTTP space, new QUIC APIs, security, WebSockets, and more!

.NETNetworking
Feb 13, 2019
2
0

.NET Framework February 2019 Security and Quality Rollup

Tara Overfield
Tara Overfield

Updated: February 15, 2019   Updated: February 14, 2019   Yesterday, we released the February 2019 Security and Quality Rollup. Security CVE-2019-0613 – Remote Code Execution Vulnerability This security update resolves a vulnerability in .NET Framework software if the software does not check the source markup of...

.NET
Feb 12, 2019
1
0

.NET Core February 2019 Updates – 1.0.14, 1.1.11, 2.1.8 and 2.2.2

Lee Coward
Lee Coward

The latest .NET Core updates are available on the .NET Core download page. This update is also included in the Visual Studio 15.0.21 (.NET Core 1.0 and 1.1) and 15.9.7 (.NET Core 1.0, 1.1 and 2.1) updates, which is also releasing today. See the .NET Core release notes (

.NET
Jan 8, 2019
0
0

.NET Core January 2019 Updates – 2.1.7 and 2.2.1

Lee Coward
Lee Coward

Today, we are releasing the .NET Core January 2019 Update. These updates contain security and reliability fixes. Security CVE-2019-0545: .NET Core Information Disclosure Vulnerability The security update addresses the vulnerability by enforcing Cross-origin Resource Sharing (CORS) configuration to prevent its bypass in .NET Core 2....

.NET Core.NET
Jan 8, 2019
0
0

.NET Framework January 2019 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the January 2019 Security and Quality Rollup. Security CVE-2019-0545 – Windows Security Feature Bypass Vulnerability This security update resolves a vulnerability in Microsoft .NET Framework that may cause an information disclosure that allows bypassing Cross-origin Resource Sharing (CORS) configurations. An attacker who ...

Security.NET Framework