File tree 2 files changed +8
-1
lines changed
src/Grafana.OpenTelemetry.Base
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Bug Fixes
6
+
7
+ * Use 8.0.4 of System.Text.Json to remediate CVE-2024 -30105
8
+ ([ #102 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/102 ) )
9
+
3
10
## 0.8.1-beta.1
4
11
5
12
### BREAKING CHANGES
Original file line number Diff line number Diff line change 22
22
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
23
23
<PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 8.0.0" />
24
24
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
25
- <PackageReference Include =" System.Text.Json" Version =" 8.0.0 " />
25
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
26
26
<PackageReference Include =" MinVer" Version =" 4.3.0" >
27
27
<PrivateAssets >all</PrivateAssets >
28
28
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments