Upgrade OpenTelemetry.Api to 1.15.3 (fix CVE-2026-40894)#38
Merged
Conversation
Bumps OpenTelemetry.Api from 1.12.0 to 1.15.3 to remediate the moderate-severity vulnerability CVE-2026-40894 reported in #37. Fixes #37 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jasonshave
enabled auto-merge (squash)
May 26, 2026 18:27
The integration test (SendMessage_SendsAnd_ReturnsSameMessage) hit a live Azure Storage account via the STORAGECONNECTIONSTRING secret. That account no longer resolves, so CI failed on every PR with DNS errors unrelated to the change under test. Add the Azurite storage emulator as a CI service and point the test at it via UseDevelopmentStorage=true, so integration coverage runs without a live account. The server uses CreateIfNotExists=true, so the queue is auto-created. Verified locally: full solution 22/22 (21 unit + 1 integration) against Azurite. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Resolves the moderate-severity vulnerability CVE-2026-40894 reported in #37 by upgrading
OpenTelemetry.Apifrom1.12.0to1.15.3inAzureStorage.QueueService.csproj.1.15.3is the current latest stable release and the version recommended in the issue.Testing
dotnet restore✅dotnet build -c Release✅ (0 warnings, 0 errors)Fixes #37
🤖 Generated with Claude Code