Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/cyan-suits-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-kings-love.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/argv-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @simple-git/argv-parser

## 1.1.2

### Patch Changes

- c427fba: Additional argument parser vulnerability checks:
- Thanks to @mrillicit for identifying `include.path`, `filter.*.process`
- Thanks to @tejas619 for identifying `url.*.insteadOf`
- 1bb14df: Vulnerability detection expanded to include `pager.*`, `uploadpack.packObjectsHook`, `difftool.*.cmd` and use of the `GIT_CONFIG_PARAMETERS` environment variable

Thanks to @threalwinky and @nuc13us for identifying.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/argv-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simple-git/argv-parser",
"version": "1.1.1",
"version": "1.1.2",
"publish": {
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down