Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git@3.33.0
Minor Changes
- a263635: Use
pathspecwrappers for remote and local paths when running eithergit.cloneorgit.mirrorto
avoid leaving them less open for unexpected outcomes when passing unsanitised data into these tasks.
Patch Changes
-
e253a0d: Enhanced
git -cchecks inunsafeplugin.Thanks to @JohannesLks for identifying the issue
simple-git@3.32.3
Patch Changes
-
f704208: Enhanced
protocol.allowchecks inallowUnsafeExtProtocolhandling.Thanks to @CodeAnt-AI-Security for identifying the issue
simple-git@3.32.2
Patch Changes
- 8d02097: Enhanced clone unsafe switch detection.
simple-git@3.32.1
Patch Changes
-
23b070f: Fix regex for detecting unsafe clone options
Thanks to @stevenwdv for reporting this issue.
simple-git@3.32.0
Minor Changes
-
1effd8e: Enhances the
unsafeplugin to block additional cases where the-uswitch may be disguised
along with other single character options.Thanks to @JuHwiSang for identifying this as vulnerability.
Patch Changes
- d5fd4fe: Use task runner for logging use of deprecated (already no-op) functions.
simple-git@3.31.1
Patch Changes
- a44184f: Resolve NPM publish steps
simple-git@3.30.0
Minor Changes
-
bc77774: Correctly identify current branch name when using
git.statusin a cloned empty repo.Previously
git.statuswould report the current branch name asNo. Thank you to @MaddyGuthridge for identifying this issue.
simple-git@3.28.0
Minor Changes
- 2adf47d: Allow repeating git options like
{'--opt': ['value1', 'value2']}
simple-git@3.27.0
Minor Changes
- 52f767b: Add
similarityto theDiffResultNameStatusFileinterface used when fetching log/diff with the--name-statusoption. - 739b0d9: Diff summary includes original name of renamed files when run wiht the
--name-statusoption. - bc90e7e: Fixes an issue with reporting name changes in the
filesarray returned bygit.status.
Thank you @mark-codesphere for the contribution.
Patch Changes
- 03e1c64: Resolve error in log parsing when fields have empty values.
simple-git@3.26.0
Minor Changes
- 28d545b: Upgrade build tools and typescript