[SFI-ES5.2] Bump global.json .NET SDK pin to 10.0.109 to clear high-severity CG alert#167
Open
wiktork wants to merge 1 commit into
Open
[SFI-ES5.2] Bump global.json .NET SDK pin to 10.0.109 to clear high-severity CG alert#167wiktork wants to merge 1 commit into
wiktork wants to merge 1 commit into
Conversation
Updates global.json tools.dotnet from 10.0.108 to 10.0.109 (the latest serviced 10.0.1xx feature-band SDK, released 2026-06-09). This addresses high-severity SDK CVEs flagged by Component Governance (SFI-ES5.2): CVE-2026-45490 (high, .NET SDK elevation of privilege), CVE-2026-45491, and CVE-2026-45591. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
Updates the .NET SDK pinned in
global.jsonfrom10.0.108to10.0.109to remediate a high-severity Component Governance / OSS vulnerability (SFI-ES5.2) flagged against/global.json.10.0.109is the latest serviced 10.0.1xx feature-band SDK (released 2026-06-09), matching the repo's existing feature band. Verified against the .NET 10.0.109 release notes and the 10.0 releases.json (latest-release: 10.0.9, security release).CVEs fixed
The
10.0.9/ SDK10.0.109security release addresses:This clears the high-severity CG alert (
::10.0.101 10.0.101 -DotNet, path/global.json).Change
Single-line, surgical edit — only the SDK
tools.dotnetpin was changed. TheruntimesMSBuild property references andmsbuild-sdksentries are untouched."tools": { - "dotnet": "10.0.108", + "dotnet": "10.0.109",JSON validated as well-formed.