Skip to content

Commit e91ce9a

Browse files
authored
Merge pull request #630 from serilog-mssql/dev
Release 8.2.2 * Fixed issue Security issue in dependency Microsoft.Identity.Client #624: Enforce new version of transient dependency to fix vulnerability and avoid nuget.org version de-listing until SqlClient 6.1 is released.
2 parents d8b1d92 + eae621a commit e91ce9a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 8.2.2
2+
* Fixed issue #624: Enforce new version of transient dependency to fix vulnerability and avoid nuget.org version de-listing until SqlClient 6.1 is released.
3+
14
# 8.2.1
25
* Updated SqlClient to 5.2.3 (thanks to @cancakar35)
36
* Fixes in .editorconfig (thanks to @cancakar35)

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1212
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
1313
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
14+
<PackageVersion Include="Microsoft.Identity.Client" Version="4.73.1" />
1415
<PackageVersion Include="coverlet.collector" Version="3.2.0" />
1516
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
1617
<PackageVersion Include="Dapper.StrongName" Version="2.1.35" />

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
We currently do not maintain older major versions of the sink and backport security fixes. Fixes are usually created as a new release based on the latest existing release.
6+
7+
## Reporting a Vulnerability
8+
9+
If you find a security related problem in the library, please create an issue in the GitHub repository and give us as much details and context as you can.

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description>
5-
<VersionPrefix>8.2.1</VersionPrefix>
5+
<VersionPrefix>8.2.2</VersionPrefix>
66
<EnablePackageValidation>true</EnablePackageValidation>
77
<PackageValidationBaselineVersion>8.0.0</PackageValidationBaselineVersion>
88
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
@@ -36,6 +36,7 @@
3636
<PackageReference Include="Microsoft.Data.SqlClient" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration" />
3838
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
39+
<PackageReference Include="Microsoft.Identity.Client" />
3940
<PackageReference Include="Serilog" />
4041
</ItemGroup>
4142

0 commit comments

Comments
 (0)