Skip to content

fix: upgrade @azure/identity to resolve msal-browser vulnerability (MVS-2026-vmmw-f85q)#216

Merged
YunchuWang merged 1 commit intomainfrom
fix/upgrade-msal-browser-vulnerability
Apr 8, 2026
Merged

fix: upgrade @azure/identity to resolve msal-browser vulnerability (MVS-2026-vmmw-f85q)#216
YunchuWang merged 1 commit intomainfrom
fix/upgrade-msal-browser-vulnerability

Conversation

@YunchuWang
Copy link
Copy Markdown
Member

Summary

Resolves Component Governance vulnerability MVS-2026-vmmw-f85q (High severity, due June 8, 2026).

Changes

Lockfile-only update — no source code changes.

Package Before After
@azure/identity\ 4.13.0 4.13.1
@azure/msal-browser\ 4.28.1 5.6.3
@azure/msal-node\ 3.8.6 5.1.2
@azure/msal-common\ 15.14.1 16.4.1

Root Cause

@azure/identity@4.13.0\ declared @azure/msal-browser: ^4.2.0, pulling in the flagged v4.28.1. The patch release @azure/identity@4.13.1\ updated this to ^5.5.0, moving to the current msal-browser v5.x line.

Since \packages/durabletask-js-azuremanaged\ declares @azure/identity: ^4.0.0, the 4.13.0→4.13.1 update stays within the existing semver range — only \package-lock.json\ changes.

Validation

  • ✅ Build passes (
    pm run build)
  • ✅ All 991 tests pass across 62 test suites (
    pm test)
  • ✅ No source code changes required

…ability

Upgrade @azure/identity from 4.13.0 to 4.13.1, which transitions the
transitive @azure/msal-browser dependency from 4.28.1 to 5.6.3.

This resolves Component Governance vulnerability MVS-2026-vmmw-f85q
(High severity, due June 8, 2026).

Dependency chain:
  @microsoft/durabletask-js-azuremanaged
    -> @azure/identity ^4.0.0 (resolved: 4.13.0 -> 4.13.1)
      -> @azure/msal-browser (resolved: 4.28.1 -> 5.6.3)

No source code changes required. Only package-lock.json updated.
All 991 tests pass across 62 test suites.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 8, 2026 22:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@YunchuWang YunchuWang merged commit 8d59848 into main Apr 8, 2026
16 checks passed
@YunchuWang YunchuWang deleted the fix/upgrade-msal-browser-vulnerability branch April 8, 2026 23:19
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