Skip to content

[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
mainfrom
wiktork/fix-global-json-sdk-cg-alert
Open

[SFI-ES5.2] Bump global.json .NET SDK pin to 10.0.109 to clear high-severity CG alert#167
wiktork wants to merge 1 commit into
mainfrom
wiktork/fix-global-json-sdk-cg-alert

Conversation

@wiktork

@wiktork wiktork commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

Updates the .NET SDK pinned in global.json from 10.0.108 to 10.0.109 to remediate a high-severity Component Governance / OSS vulnerability (SFI-ES5.2) flagged against /global.json.

10.0.109 is 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 / SDK 10.0.109 security 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.dotnet pin was changed. The runtimes MSBuild property references and msbuild-sdks entries are untouched.

   "tools": {
-    "dotnet": "10.0.108",
+    "dotnet": "10.0.109",

JSON validated as well-formed.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant