From 7191788b3fb7169394e9aed64982d1128c9c9fd6 Mon Sep 17 00:00:00 2001 From: Timothy Mothra Date: Mon, 7 Nov 2022 13:34:39 -0800 Subject: [PATCH] mitigate CVE-2021-24112 (#2707) * mitigate CVE-2021-24112 * changelog * upgrade System.Diagnostics.PerformanceCounter instead * testing fix to resolve conflict with Test project --- CHANGELOG.md | 1 + .../test/IntegrationTests.Tests/IntegrationTests.Tests.csproj | 2 -- WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b5cb583e..022726459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## VNext +- [Upgrade System.Diagnostics.PerformanceCounter to version 6.0.0 to address CVE-2021-24112](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2707) ## Version 2.22.0-beta1 - Update endpoint redirect header name for QuickPulse module to v2 diff --git a/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj b/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj index ece3603b88..720b3a5b2d 100644 --- a/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj +++ b/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj @@ -23,8 +23,6 @@ - - diff --git a/WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj b/WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj index f8520a8f06..5526b41b0c 100644 --- a/WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj +++ b/WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj @@ -29,7 +29,7 @@ - +