File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 6.5.2
2
+ * Fixed issue #517 : Updated Microsoft.Data.SqlClient to 5.1.5 to fix CVE-2024 -21319
3
+
1
4
# 6.5.1
2
5
* Fixed issue #505 : NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn )
3
6
* Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024 -0056 (https://github.com/advisories/GHSA-98g6-xh36-x2p7 )
Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" System.Runtime.Extensions" Version =" 4.3.1" />
12
12
<PackageVersion Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
13
13
<PackageVersion Include =" System.Text.Encoding.Extensions" Version =" 4.3.0" />
14
- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.4 " />
14
+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.5 " />
15
15
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
16
16
<PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
17
17
<PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 6.0.1" />
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description >
5
- <VersionPrefix >6.5.1 </VersionPrefix >
5
+ <VersionPrefix >6.5.2 </VersionPrefix >
6
6
<Authors >Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors >
7
7
<TargetFrameworks >netstandard2.0;net462;net472;net6.0</TargetFrameworks >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments