From f1d1b4b7aca1d06f0a4167c023921f26e38408e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 20:40:10 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-suits-sleep.md | 7 ------- .changeset/hungry-kings-love.md | 7 ------- packages/argv-parser/CHANGELOG.md | 11 +++++++++++ packages/argv-parser/package.json | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 .changeset/cyan-suits-sleep.md delete mode 100644 .changeset/hungry-kings-love.md diff --git a/.changeset/cyan-suits-sleep.md b/.changeset/cyan-suits-sleep.md deleted file mode 100644 index fc0c6f85..00000000 --- a/.changeset/cyan-suits-sleep.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@simple-git/argv-parser": patch ---- - -Additional argument parser vulnerability checks: -- Thanks to @mrillicit for identifying `include.path`, `filter.*.process` -- Thanks to @tejas619 for identifying `url.*.insteadOf` diff --git a/.changeset/hungry-kings-love.md b/.changeset/hungry-kings-love.md deleted file mode 100644 index 59e57eb4..00000000 --- a/.changeset/hungry-kings-love.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@simple-git/argv-parser": patch ---- - -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. diff --git a/packages/argv-parser/CHANGELOG.md b/packages/argv-parser/CHANGELOG.md index 62c8e30c..b50aaa30 100644 --- a/packages/argv-parser/CHANGELOG.md +++ b/packages/argv-parser/CHANGELOG.md @@ -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 diff --git a/packages/argv-parser/package.json b/packages/argv-parser/package.json index 5f956d92..8b8c85e0 100644 --- a/packages/argv-parser/package.json +++ b/packages/argv-parser/package.json @@ -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",