Skip to content

Commit

Permalink
Removed vulnerable packages (#3622)
Browse files Browse the repository at this point in the history
removed vulnerable packages
  • Loading branch information
JR-Morgan authored Aug 30, 2024
1 parent a50fc4d commit 6e9e62a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Core/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="1.3.0" />
<PackageReference Include="Serilog.Enrichers.GlobalLogContext" Version="3.0.0" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.2" />
Expand Down
5 changes: 1 addition & 4 deletions Core/Core/Logging/SpeckleLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ SpeckleLogConfiguration logConfiguration

if (logConfiguration.EnhancedLogContext)
{
serilogLogConfiguration = serilogLogConfiguration.Enrich
.WithClientAgent()
.Enrich.WithClientIp()
.Enrich.WithExceptionDetails();
serilogLogConfiguration = serilogLogConfiguration.Enrich.WithExceptionDetails();
}

if (logConfiguration.LogToFile && canLogToFile)
Expand Down

0 comments on commit 6e9e62a

Please sign in to comment.