dependency: update simple-git for CVE-2026-28292#33470
Open
dependency: update simple-git for CVE-2026-28292#33470
Conversation
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
mschile/simple_git
|
| Run status |
|
| Run duration | 20m 33s |
| Commit |
|
| Committer | Matthew Schile |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
10
|
|
|
1112
|
|
|
0
|
|
|
27190
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
62.34%
|
|
|---|---|
|
|
27
|
|
|
48
|
Accessibility
98.96%
|
|
|---|---|
|
|
0 critical
3 serious
1 moderate
0 minor
|
|
|
19
|
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.
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
Primarily a dependency upgrade, but it affects git-related workflows in the app/data-context and introduces a
patch-packageoverride to the vendoredsimple-gitbuild output, which could cause runtime differences across environments.Overview
Updates
simple-gitfrom3.27.0to^3.32.3(lockfile resolves to3.33.0) in@packages/appand@packages/data-contextto remediate CVE-2026-28292, and records the change in the15.12.1CLI changelog entry.Adds a
patch-packagepatch forsimple-git@3.33.0adjusting static class field initialization in both CJS and ESM bundles, and updatesyarn.lockto reflect the newsimple-gitanddebugdependency versions.Written by Cursor Bugbot for commit 96c9ecf. 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]