chore(deps): bump vulnerable NuGet packages and .NET 8 SDK/runtime to latest patches#2756
Merged
tomkerkhove merged 1 commit intoMay 12, 2026
Conversation
|
Thank you for your contribution! 🙏 We will review it as soon as possible. |
e211e67 to
859b9a9
Compare
- System.Security.Cryptography.Xml 10.0.3 -> 10.0.7 (GHSA-37gx-xxp4-5rgx, GHSA-w3x6-4m5h-cxqf, High) - System.Security.Cryptography.Pkcs 10.0.3 -> 10.0.7 (align transitive) - OpenTelemetry.Exporter.OpenTelemetryProtocol 1.12.0 -> 1.15.3 (GHSA-4625-4j76-fww9, GHSA-g94r-2vxg-569j, Moderate; pulls patched OpenTelemetry.Api) - .NET SDK pin 8.0.419 -> 8.0.420 (build/azure-devops/variables/build.yml) - ASP.NET Core runtime base image 8.0.25 -> 8.0.26 (Linux Dockerfiles for Scraper and ResourceDiscovery)
859b9a9 to
7db651b
Compare
tomkerkhove
approved these changes
May 12, 2026
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
Addresses currently flagged vulnerabilities in NuGet dependencies and bumps pinned .NET 8 SDK/runtime versions to the latest patches.
NuGet package bumps (resolves
dotnet list package --vulnerable --include-transitivefindings)System.Security.Cryptography.XmlSystem.Security.Cryptography.PkcsOpenTelemetry.Exporter.OpenTelemetryProtocolOpenTelemetry.Api).NET 8 SDK / runtime
build/azure-devops/variables/build.yml:DotNet.Sdk.Version8.0.419→8.0.420src/Promitor.Agents.ResourceDiscovery/Dockerfile.linux:aspnet:8.0.25-cbl-mariner2.0-distroless→8.0.26-cbl-mariner2.0-distrolesssrc/Promitor.Agents.Scraper/Dockerfile.linux: same bump(SDK base
mcr.microsoft.com/dotnet/sdk:8.0-azurelinux3.0and the Windows8.0-nanoserver-ltsc2022tags are already floating, so they pick up the patch automatically.)Verification
dotnet restore Promitor.sln— no NU1902/NU1903/NU1605 warningsdotnet list Promitor.sln package --vulnerable --include-transitive— no vulnerable packages reporteddotnet build Promitor.sln -c Release— 0 warnings, 0 errors