-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Address JWS CVE #8201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Address JWS CVE #8201
Conversation
change/@azure-msal-node-1234ea12-daeb-4b33-893b-47e57e5c62fe.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses a security vulnerability (CVE) in the JWS library by updating the jsonwebtoken dependency from ^9.0.0 to ^9.0.3 in the @azure/msal-node package. This triggers updates to several transitive dependencies including jws (3.2.2→3.2.3 and 4.0.1), jwa (1.4.1→1.4.2 and 2.0.1), and various other packages in the dependency tree.
Key Changes
- Updated
jsonwebtokento^9.0.3inlib/msal-node/package.jsonto address a JWS CVE - Package lock file reflects transitive dependency updates for security patches
- Added beachball change file documenting the security patch
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
lib/msal-node/package.json |
Updated jsonwebtoken dependency version from ^9.0.0 to ^9.0.3 for CVE fix; includes formatting changes (indentation) |
package-lock.json |
Comprehensive lock file updates reflecting jsonwebtoken upgrade and transitive dependencies (jws, jwa, js-yaml, glob, node-forge, etc.) |
change/@azure-msal-node-1234ea12-daeb-4b33-893b-47e57e5c62fe.json |
Beachball change file documenting the patch-level security update |
Address JWS CVE