Skip to content

Commit 95b0372

Browse files
authored
[Exporter.InfluxDB] NugetAudit - fix dependencies with known vulnerabilities (open-telemetry#2073)
1 parent a724d96 commit 95b0372

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/OpenTelemetry.Exporter.InfluxDB/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* Updated OpenTelemetry core component version(s) to `1.9.0`.
66
([#1888](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888))
77

8+
* Updated `InfluxDB.Client` to `4.18.0` to mitigate [CVE-2024-45302](https://github.com/advisories/GHSA-4rr6-2v9v-wcpc)
9+
and [CVE-2024-30105](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w)
10+
in transitive dependencies.
11+
([#2073](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2073))
12+
813
## 1.0.0-alpha.3
914

1015
Released 2023-Oct-13

src/OpenTelemetry.Exporter.InfluxDB/OpenTelemetry.Exporter.InfluxDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="InfluxDB.Client" Version="4.12.0" />
19+
<PackageReference Include="InfluxDB.Client" Version="4.18.0" />
2020
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)