Skip to content

New release to fix CVE-2024-21319 in transitive dependency  #2315

Description

@304NotModified

Please release a new version of Microsoft.Data.SqlClient (5.1.5 or 5.2.0 for example) and fix the
CVE-2024-21319 in transitive dependencies.

Microsoft.Data.SqlClient 5.14

Quick fix for now:

 <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
 <!-- Microsoft.Data.SqlClient 5.1.4 gives Microsoft.IdentityModel.JsonWebTokens dependency with CVE-2024-21319 -->
 <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
 <!-- Microsoft.Data.SqlClient 5.1.4 gives indirect  System.IdentityModel.Tokens.Jwt with CVE-2024-21319 -->
 <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions