Skip to content

Commit 413e943

Browse files
authored
[Resources.Azure] NugetAudit - fix dependencies with known vulnerabilities (open-telemetry#2056)
1 parent 2b9c80f commit 413e943

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/OpenTelemetry.Resources.Azure/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
* Added direct reference to `System.Text.Encodings.Web` with minimum version of
6+
`4.7.2` in response to [CVE-2021-26701](https://github.com/dotnet/runtime/issues/49377).
7+
([#2056](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2056))
8+
59
## 1.0.0-beta.8
610

711
Released 2024-Jun-18

src/OpenTelemetry.Resources.Azure/OpenTelemetry.Resources.Azure.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<ItemGroup>
1616
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
1717
<PackageReference Include="System.Text.Json" Version="4.7.2" />
18+
<!-- System.Text.Encodings.Web is indirect reference. It is needed to upgrade it directly to avoid https://github.com/advisories/GHSA-ghhp-997w-qr28 -->
19+
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
1820
</ItemGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)