deps(archive): bump AppInsights 2.23.0→3.1.0 + pin OTel#33
Merged
Conversation
…0→3.1.0 + pin OTel Manual landing of dependabot's #31 plus the GHSA-g94r-2vxg-569j fix. 3.1.0 pulls OpenTelemetry.Api 1.15.1 transitively, which has a moderate-severity advisory. NuGet's audit step under -warnaserror fails restore unless we pin a patched version directly. Same dance as PR #21 did for Notify.IngestionApi. Pin OpenTelemetry.Api → 1.15.3 (latest patched stable in 1.15.x). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
This was referenced May 6, 2026
jppaquet
added a commit
that referenced
this pull request
May 6, 2026
…x) (#44) PR #33 originally landed this on 2026-05-05 evening, but PR #30 (azure-sdks) was branched from main BEFORE #33 merged and reverted Notify.Archive.csproj back to AppInsights 2.23.0 when it landed. Dependabot's PR #42 then tried to bump again and failed CI on the same OTel transitive vuln. Manual landing again. Closes #42. Same fix: - Microsoft.ApplicationInsights.WorkerService 2.23.0 → 3.1.0 - Pin OpenTelemetry.Api 1.15.3 (3.1.0 pulls 1.15.1 transitively, GHSA-g94r-2vxg-569j) Notify.IngestionApi already has the same pin from PR #21.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Microsoft.ApplicationInsights.WorkerService2.23.0→3.1.0 inNotify.Archive.OpenTelemetry.Api1.15.3 to fix GHSA-g94r-2vxg-569j (3.1.0 transitively pulls 1.15.1, which is flagged moderate byNU1902).Notify.IngestionApi.Test plan
dotnet build src/Notify.slnx -c Release -warnaserrorclean.Notify.Shared.Tests,Notify.Archive.Tests,Notify.IngestionApi.Tests).ci-functions / build-and-testgreen.🤖 Generated with Claude Code