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.
<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" />
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
Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0which references System.IdentityModel.Tokens.Jwt 6.24.0 which has also CVE-2024-21319
Quick fix for now: