fix(#2387): fixing security findings in cypress - #2388
Merged
Conversation
CVEs fixed:\n- CVE-2026-18446, CVE-2026-16221, CVE-2026-13676 (fast-uri)\n- CVE-2026-13697, CVE-2026-15157, CVE-2026-14643, CVE-2026-16729, CVE-2026-16728 (undici)\n- CVE-2026-69153, GHSA-r28c-9q8g-f849 (postcss)\n- CVE-2026-13149 (brace-expansion)\n\nCloses #2387
Contributor
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses Dependabot-reported security vulnerabilities in the Cypress tooling dependency tree by updating/pinning vulnerable transitive packages to patched versions via overrides, and regenerating the Cypress lockfile to reflect the secure resolutions.
Changes:
- Pinned vulnerable transitive dependencies (e.g.,
undici,fast-uri,postcss,brace-expansion) to patched versions usingoverridesincypress/package.json. - Updated
cypress/package-lock.jsonto resolve the patched versions across the dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cypress/package.json |
Adds/adjusts overrides to force patched transitive dependency versions used by Cypress tooling. |
cypress/package-lock.json |
Updates the lockfile to reflect the patched dependency resolutions (including nested dependency paths). |
Files not reviewed (1)
- cypress/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
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.
Description
Closes #2387
Updates Cypress dependency resolution for all reported security findings.
How Has This Been Tested?
npm ci --ignore-scriptsnpm audit— 0 vulnerabilitiesRisks and Rollout Notes
No application source code changed. Exact overrides were used to resolve vulnerable transitive paths while preserving the existing Cypress tooling major versions.
Security Findings
Dependabot: #289, #288, #284, #283, #282, #281, #280, #269, #265, #264, #263.
Thanks for the PR!
Deployments, as required, will be available below:
Any successful deployments (not always required) will be available here
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: