Pin MessagePack to patched version to unblock main CI restores#3507
Closed
Copilot wants to merge 3 commits into
Closed
Pin MessagePack to patched version to unblock main CI restores#3507Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Member
|
#3493 should address the |
Copilot
AI
changed the title
[WIP] Fix several CI checks failing on main
Pin MessagePack to patched version to unblock main CI restores
Jun 15, 2026
|
Label error. Requires exactly 1 of: automation, breaking, bug, changelog:skip, chore, ci, dependencies, documentation, enhancement, feature, fix, redesign. Found: |
Member
|
Fixed by #3493 |
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.
Main CI started failing across build/lint/integration because restore treated
NU1903as an error inaspire, caused by a vulnerable transitiveMessagePackversion (2.5.192). This PR applies a central package override so all projects restore against a patched version.Root cause addressed
aspire/aspire.csprojinherits warnings-as-errors, so vulnerability warningNU1903on transitiveMessagePackfailed restore and cascaded to multiple workflows.Change
Directory.Packages.props:MessagePack→2.5.301(patched forGHSA-hv8m-jj95-wg3x).Why this scope