Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92a07c6

Browse files
renovate[bot]ZachJW34emilyrohrbough
authored
dependency: update dependency simple-git to v3.16.0 [security] (cypress-io#25603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zachary Williams <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]>
1 parent a3858d7 commit 92a07c6

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2+
## 12.5.1
3+
4+
_Released 02/10/2023 (PENDING)_
5+
6+
**Dependency Updates:**
7+
8+
- Upgraded [`simple-git`](https://github.com/steveukx/git-js) from `3.15.0` to `3.16.0` to address this [security vulnerability](https://github.com/advisories/GHSA-9p95-fxvg-qgq2) where Remote Code Execution (RCE) via the clone(), pull(), push() and listRemote() methods due to improper input sanitization was possible. Addressed in [#25603](https://github.com/cypress-io/cypress/pull/25603).
9+
210
## 12.5.0
311

412
_Released 01/31/2023_

packages/data-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"randomstring": "1.1.5",
5050
"react-docgen": "6.0.0-alpha.3",
5151
"semver": "7.3.2",
52-
"simple-git": "3.15.0",
52+
"simple-git": "3.16.0",
5353
"stringify-object": "^3.0.0",
5454
"underscore.string": "^3.3.6",
5555
"wonka": "^4.0.15"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26590,10 +26590,10 @@ simple-get@^4.0.0:
2659026590
once "^1.3.1"
2659126591
simple-concat "^1.0.0"
2659226592

26593-
simple-git@3.15.0:
26594-
version "3.15.0"
26595-
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.15.0.tgz#301a95a943c4f9b0a21d051eb6e6d0ffe4c9754f"
26596-
integrity sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==
26593+
simple-git@3.16.0:
26594+
version "3.16.0"
26595+
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.16.0.tgz#421773e24680f5716999cc4a1d60127b4b6a9dec"
26596+
integrity sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==
2659726597
dependencies:
2659826598
"@kwsites/file-exists" "^1.1.1"
2659926599
"@kwsites/promise-deferred" "^1.1.1"

0 commit comments

Comments
 (0)