You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Dev17.8 GA VAL (Includes SDK 8.0.100), Web workload
REPRO STEPS
File > New project > ASP.NET Core Web App (Razor Pages) > .NET 8.0 > Individual Account > Create
Go to Manage NuGet Packages
ACTUAL
It shows that a vulnerable package is installed. If you check the 'Show only vulnerable' checkbox, then you can see that the warning is because the 'Microsoft.EntityFrameworkCore.SqlServer.8.0.0' package have a dependency on Azure.Identity 1.7.0, which has been detected as the vulnerable package.
EXPECTED
The 'Microsoft.EntityFrameworkCore.SqlServer.8.0.0' package should be updated to depend on a newer version of Azure.Identity that is not vulnerable.
The text was updated successfully, but these errors were encountered:
INSTALL STEPS
REPRO STEPS
ACTUAL
It shows that a vulnerable package is installed. If you check the 'Show only vulnerable' checkbox, then you can see that the warning is because the 'Microsoft.EntityFrameworkCore.SqlServer.8.0.0' package have a dependency on Azure.Identity 1.7.0, which has been detected as the vulnerable package.
EXPECTED
The 'Microsoft.EntityFrameworkCore.SqlServer.8.0.0' package should be updated to depend on a newer version of Azure.Identity that is not vulnerable.
The text was updated successfully, but these errors were encountered: