Microsoft.EntityFrameworkCore.SQLServer 8.0.1 (latest version) has High vulnerabilities on its transitive dependencies. When will we have another patch released with no vulnerabilities on its transitive dependencies?

seshan 0 Reputation points
2024-01-24T18:30:07.4066667+00:00

Microsoft.EntityFrameworkCore.SQLServer 8.0.1 (latest version) has High vulnerabilities due to transitive dependencies on Azure.Identity 1.7.0 and Microsoft.Data.SQLClient5.1.1.

Both these dependent packages have a non vulnerable latest version.

  • Microsoft.Data.SQLClient has 5.1.4 as non vulnerable version
  • Azure.Identity has 1.10.4 as non vulnerable version

When will a new patch version for Microsoft.EntityFrameworkCore.SQLServer be released with no vulnerabilities on its transitive dependencies by using the non vulnerable versions for its dependencies?

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
714 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,545 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 59,546 Reputation points
    2024-01-24T21:35:57.53+00:00

    the nuget Microsoft.EntityFrameworkCore.SQLServer package only specifies the min supported version of these libraries. there is no reason to update. you can specify the specific desired versions in your project, which controls the deployed version.