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 Vijayaragavan 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?

Developer technologies | .NET | Entity Framework Core
Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.