Fix High severity security vulnerability: Update .NET SDK 8.0.415 → 8.0.418#5779
Merged
Fix High severity security vulnerability: Update .NET SDK 8.0.415 → 8.0.418#5779
Conversation
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update .NET SDK version to mitigate security vulnerability
Fix High severity security vulnerability: Update .NET SDK 8.0.415 → 8.0.418
Feb 24, 2026
RyAuld
approved these changes
Feb 24, 2026
Avery-Dunn
approved these changes
Feb 24, 2026
This was referenced Mar 9, 2026
chore(deps): Bump Azure.Identity and Microsoft.Identity.Client
LaurentAerens/rsd-clamav-api-azure#53
Merged
This was referenced Mar 16, 2026
This was referenced Mar 30, 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.
Fixes - https://identitydivision.visualstudio.com/IDDP/_componentGovernance/98561/alert/14329417?typeId=35216781&pipelinesTrackingFilter=1
.NET SDK 8.0.415 has a High severity security vulnerability (DOTNET-Security-8.0). Two places in the repo explicitly pin this version.
Changes proposed in this request
build/template-run-mi-e2e-imds.yaml: UpdateUseDotNet@2task —displayNameandversionfrom8.0.415→8.0.418so the MI E2E test pipeline installs the patched SDKglobal.json: Update pinned SDK version from8.0.415→8.0.418so local dev builds use the patched versionTesting
No code logic changes; pipeline YAML and SDK pin only. Validated both files reflect the correct version post-edit.
Performance impact
None.
Documentation
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.