We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372efa0 + 9113366 commit 94c2462Copy full SHA for 94c2462
.changeset/silent-dodos-deny.md
simple-git/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change History & Release Notes
2
3
+## 3.3.0
4
+
5
+### Minor Changes
6
7
+- d119ec4: Resolves potential command injection vulnerability by preventing use of `--upload-pack` in `git.fetch`
8
9
## 3.2.6
10
11
### Patch Changes
simple-git/package.json
@@ -1,7 +1,7 @@
{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
- "version": "3.2.6",
+ "version": "3.3.0",
"author": "Steve King <steve@mydev.co>",
"contributors": [
0 commit comments