dependency: update simple-git for CVE-2026-28292#33470
Merged
Merged
Conversation
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
mschile/simple_git
|
| Run status |
|
| Run duration | 19m 19s |
| Commit |
|
| Committer | Matt Schile |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
13
|
|
|
1112
|
|
|
0
|
|
|
27193
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
61.04%
|
|
|---|---|
|
|
28
|
|
|
47
|
Accessibility
98.99%
|
|
|---|---|
|
|
0 critical
3 serious
1 moderate
0 minor
|
|
|
19
|
cacieprins
approved these changes
Mar 16, 2026
Contributor
|
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Additional details
simple-git.@packages/appand@packages/data-context— both depend onsimple-git. Upgraded from3.27.0to^3.32.3(lockfile resolved to3.33.0).Note
Medium Risk
Upgrades a core git integration dependency (
simple-git) used by the app/data layer; behavior changes in git command execution or output could impact project setup/status flows. Includes apatch-packageoverride of vendoredsimple-gitbuild output, which could drift from upstream and affect runtime if the patch no longer applies cleanly.Overview
Updates
@packages/appand@packages/data-contextto usesimple-git^3.32.3(lockfile resolves to3.33.0) to remediate CVE-2026-28292, and records the change in the15.12.1changelog.Adds a
patch-packagepatch forsimple-git@3.33.0adjusting howTasksPendingQueue.counteris initialized in the published CJS/ESM bundles.Written by Cursor Bugbot for commit db81584. This will update automatically on new commits. Configure here.
Steps to test
yarnto install updated lockfile.simple-gitare expected for this upgrade.How has the user experience changed?
No user-facing behavior change; dependency security update only.
PR Tasks
cypress-documentation? [na]type definitions? [na]