-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[v5] Address CVEs #8189
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: msal-v5
Are you sure you want to change the base?
[v5] Address CVEs #8189
Conversation
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 aims to address CVEs by updating multiple dependencies across sample applications and libraries. The updates include axios, nodemon, Playwright, Electron, Angular packages, and other dependencies to newer versions that presumably fix security vulnerabilities.
Key changes:
- Security dependency updates across sample applications (axios, nodemon, Playwright, Electron, Angular packages)
- Updates to @azure/identity, semver, and puppeteer packages
- Formatting changes to package.json files (indentation standardization)
Reviewed changes
Copilot reviewed 22 out of 23 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/msal-node-samples/silent-flow/package.json | Updated axios to ^1.12.0 |
| samples/msal-node-samples/on-behalf-of-distributed-cache/package.json | Updated axios to ^1.12.0, nodemon to ^3.1.11, formatting changes |
| samples/msal-node-samples/custom-INetworkModule-and-network-tracing/package.json | Updated axios to 1.12.0 |
| samples/msal-node-samples/client-credentials-distributed-cache/package.json | Updated axios to ^1.12.0, nodemon to ^3.1.11, formatting changes |
| samples/msal-node-samples/b2c-user-flows/package.json | Updated axios to ^1.12.0 |
| samples/msal-node-samples/auth-code-key-vault/package.json | Updated @azure/identity to ^4.5.0, formatting changes |
| samples/msal-node-samples/auth-code-distributed-cache/package.json | Updated axios to ^1.12.0, nodemon to ^3.1.11, formatting changes |
| samples/msal-node-samples/auth-code-cli-app/package.json | Updated axios to ^1.12.0 |
| samples/msal-node-samples/ElectronSystemBrowserTestApp/package.json | Updated @playwright/test to ^1.56.0, electron to ^36.9.5, axios to ^1.12.0 |
| samples/msal-browser-samples/TestingSample/package.json | Updated @playwright/test to ^1.56.0, formatting changes |
| samples/msal-browser-samples/HybridSample/package.json | Updated nodemon to ^3.1.11 |
| samples/msal-browser-samples/ExpressSample/package.json | Updated nodemon to ^3.1.11 |
| samples/msal-browser-samples/COOP/sts/package.json | Updated @playwright/test to ^1.56.0, formatting changes |
| samples/msal-browser-samples/COOP/package.json | Updated @playwright/test to ^1.56.0, electron to ^36.9.5, formatting changes |
| samples/msal-angular-samples/angular-standalone-sample/package.json | Updated Angular packages to 20.3.x versions |
| samples/msal-angular-samples/angular-modules-sample/package.json | Updated Angular packages to 20.3.x versions |
| samples/msal-angular-samples/angular-b2c-sample/package.json | Updated Angular packages to 20.3.x and 20.2.x versions, fixed karma formatting |
| samples/e2eTestUtils/package.json | Updated axios to ^1.12.0, playwright-core to ^1.56.0, puppeteer to ^24.29.0 |
| package.json | Updated @angular/compiler to ^19.2.17, semver to ^7.7.3 |
| lib/msal-angular/package.json | Updated Angular dev dependencies to 19.2.15/16 versions |
| extensions/samples/electron-webpack/package.json | Updated electron to ^36.9.5, formatting changes |
| change/@azure-msal-angular-e230b80b-b14b-4696-9d63-ad0fcbb416be.json | Added beachball changefile for the CVE fixes |
change/@azure-msal-angular-e230b80b-b14b-4696-9d63-ad0fcbb416be.json
Outdated
Show resolved
Hide resolved
samples/msal-angular-samples/angular-standalone-sample/package.json
Outdated
Show resolved
Hide resolved
samples/msal-angular-samples/angular-modules-sample/package.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
….json Co-authored-by: Copilot <[email protected]>
change/@azure-msal-angular-e230b80b-b14b-4696-9d63-ad0fcbb416be.json
Outdated
Show resolved
Hide resolved
New branch naming isn't caught by the existing beachball branch filter, causing beachball check not to be skipped in post-release PRs.
This PR contains the changelogs and version bumps for the MSAL.js 3P releases. --------- Co-authored-by: MSAL.js Release Automation <[email protected]> Co-authored-by: Konstantin <[email protected]>
…8191) Use cross-env for environment variable management in build scripts
Address CVE alerts for msal-v5