Skip to content

Commit 8bbbabc

Browse files
Version Packages
1 parent a263635 commit 8bbbabc

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.changeset/cold-moments-yell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shaky-readers-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

simple-git/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change History & Release Notes
22

3+
## 3.33.0
4+
5+
### Minor Changes
6+
7+
- a263635: Use `pathspec` wrappers for remote and local paths when running either `git.clone` or `git.mirror` to
8+
avoid leaving them less open for unexpected outcomes when passing unsanitised data into these tasks.
9+
10+
### Patch Changes
11+
12+
- e253a0d: Enhanced `git -c` checks in `unsafe` plugin.
13+
14+
Thanks to @JohannesLks for identifying the issue
15+
316
## 3.32.3
417

518
### Patch Changes

simple-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "3.32.3",
4+
"version": "3.33.0",
55
"author": "Steve King <steve@mydev.co>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)