This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k
stars
4.81k
forks
source link
[SECURITY] new version of Azure.Extensions.AspNetCore.DataProtection.Blobs to combat dependency security vulnerability please #47176
Azure.Extensions.AspNetCore.DataProtection.Blobs depends on ... depends on System.Drawing.Common 4.7.0 which has a critical vulnerability, causing a build warning. Can we get a new build of Azure.Extensions.AspNetCore.DataProtection.Blobs that depends on the recently released version of Microsoft.AspNetCore.DataProtection that doesn't have this vulnerability?
Expected behavior
Build succeeds without warnings.
Actual behavior
Build fails when "Treat warnings as Errors" is enabled, and NuGet package restore fails.
Library name and version
Azure.Extensions.AspNetCore.DataProtection.Blobs 1.3.4
Describe the bug
Azure.Extensions.AspNetCore.DataProtection.Blobs depends on ... depends on System.Drawing.Common 4.7.0 which has a critical vulnerability, causing a build warning. Can we get a new build of Azure.Extensions.AspNetCore.DataProtection.Blobs that depends on the recently released version of Microsoft.AspNetCore.DataProtection that doesn't have this vulnerability?
Expected behavior
Build succeeds without warnings.
Actual behavior
Build fails when "Treat warnings as Errors" is enabled, and NuGet package restore fails.
Reproduction Steps
Environment
ASP.NET 9, VS 2022