Skip to content

Pin MessagePack to patched version to unblock main CI restores#3507

Closed
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-ci-checks-on-main
Closed

Pin MessagePack to patched version to unblock main CI restores#3507
Copilot wants to merge 3 commits into
mainfrom
copilot/fix-ci-checks-on-main

Conversation

Copilot AI commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Main CI started failing across build/lint/integration because restore treated NU1903 as an error in aspire, caused by a vulnerable transitive MessagePack version (2.5.192). This PR applies a central package override so all projects restore against a patched version.

  • Root cause addressed

    • aspire/aspire.csproj inherits warnings-as-errors, so vulnerability warning NU1903 on transitive MessagePack failed restore and cascaded to multiple workflows.
  • Change

    • Added a central package pin in Directory.Packages.props:
      • MessagePack2.5.301 (patched for GHSA-hv8m-jj95-wg3x).
  • Why this scope

    • Uses existing central package management to override transitive resolution once, rather than editing individual project files.
<!-- Directory.Packages.props -->
<PackageVersion Include="MessagePack" Version="2.5.301" />

@Mpdreamz

Copy link
Copy Markdown
Member

#3493 should address the MessagePack dependency CVE too 🙏

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
Copilot AI requested a review from reakaleek June 15, 2026 08:55
@github-actions

Copy link
Copy Markdown

Label error. Requires exactly 1 of: automation, breaking, bug, changelog:skip, chore, ci, dependencies, documentation, enhancement, feature, fix, redesign. Found:

@reakaleek

Copy link
Copy Markdown
Member

Fixed by #3493

@reakaleek reakaleek closed this Jun 15, 2026
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.

3 participants