Skip to content

Commit 2d38ec3

Browse files
authored
Merge pull request #513 from ckadluba/dev
* Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024-0056 (htt…
2 parents fc64844 + 9005adf commit 2d38ec3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 6.5.1
22
* Fixed issue #505: NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn)
3+
* Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024-0056 (https://github.com/advisories/GHSA-98g6-xh36-x2p7)
34

45
# 6.5.0
56
* Implemented #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="System.Runtime.Extensions" Version="4.3.1" />
1212
<PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" />
1313
<PackageVersion Include="System.Text.Encoding.Extensions" Version="4.3.0" />
14-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.0.1" />
14+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.4" />
1515
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
1616
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1717
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="6.0.1" />

0 commit comments

Comments
 (0)