Commit 74d5d00
authored
feat(deps): bump simple-git from 3.30.0 to 3.33.0 (#19744)
Bumps
[simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git)
from 3.30.0 to 3.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/steveukx/git-js/releases">simple-git's
releases</a>.</em></p>
<blockquote>
<h2>simple-git@3.33.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>a263635: Use <code>pathspec</code> wrappers for remote and local
paths when running either <code>git.clone</code> or
<code>git.mirror</code> to
avoid leaving them less open for unexpected outcomes when passing
unsanitised data into these tasks.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>e253a0d: Enhanced <code>git -c</code> checks in <code>unsafe</code>
plugin.</p>
<p>Thanks to <a
href="https://github.com/JohannesLks"><code>@JohannesLks</code></a> for
identifying the issue</p>
</li>
</ul>
<h2>simple-git@3.32.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>f704208: Enhanced <code>protocol.allow</code> checks in
<code>allowUnsafeExtProtocol</code> handling.</p>
<p>Thanks to <a
href="https://github.com/CodeAnt-AI-Security"><code>@CodeAnt-AI-Security</code></a>
for identifying the issue</p>
</li>
</ul>
<h2>simple-git@3.32.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>8d02097: Enhanced clone unsafe switch detection.</li>
</ul>
<h2>simple-git@3.32.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>23b070f: Fix regex for detecting unsafe clone options</p>
<p>Thanks to <a
href="https://github.com/stevenwdv"><code>@stevenwdv</code></a> for
reporting this issue.</p>
</li>
</ul>
<h2>simple-git@3.32.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>1effd8e: Enhances the <code>unsafe</code> plugin to block additional
cases where the <code>-u</code> switch may be disguised
along with other single character options.</p>
<p>Thanks to <a
href="https://github.com/JuHwiSang"><code>@JuHwiSang</code></a> for
identifying this as vulnerability.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>d5fd4fe: Use task runner for logging use of deprecated (already
no-op) functions.</li>
</ul>
<h2>simple-git@3.31.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>a44184f: Resolve NPM publish steps</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's
changelog</a>.</em></p>
<blockquote>
<h2>3.33.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>a263635: Use <code>pathspec</code> wrappers for remote and local
paths when running either <code>git.clone</code> or
<code>git.mirror</code> to
avoid leaving them less open for unexpected outcomes when passing
unsanitised data into these tasks.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>e253a0d: Enhanced <code>git -c</code> checks in <code>unsafe</code>
plugin.</p>
<p>Thanks to <a
href="https://github.com/JohannesLks"><code>@JohannesLks</code></a> for
identifying the issue</p>
</li>
</ul>
<h2>3.32.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>f704208: Enhanced <code>protocol.allow</code> checks in
<code>allowUnsafeExtProtocol</code> handling.</p>
<p>Thanks to <a
href="https://github.com/CodeAnt-AI-Security"><code>@CodeAnt-AI-Security</code></a>
for identifying the issue</p>
</li>
</ul>
<h2>3.32.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>8d02097: Enhanced clone unsafe switch detection.</li>
</ul>
<h2>3.32.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>23b070f: Fix regex for detecting unsafe clone options</p>
<p>Thanks to <a
href="https://github.com/stevenwdv"><code>@stevenwdv</code></a> for
reporting this issue.</p>
</li>
</ul>
<h2>3.32.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>1effd8e: Enhances the <code>unsafe</code> plugin to block additional
cases where the <code>-u</code> switch may be disguised
along with other single character options.</p>
<p>Thanks to <a
href="https://github.com/JuHwiSang"><code>@JuHwiSang</code></a> for
identifying this as vulnerability.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>d5fd4fe: Use task runner for logging use of deprecated (already
no-op) functions.</li>
</ul>
<h2>3.31.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/steveukx/git-js/commit/8bbbabc827fc05824e0e4bd51746e9ca0109b353"><code>8bbbabc</code></a>
Version Packages</li>
<li><a
href="https://github.com/steveukx/git-js/commit/a263635ca4729c276eba869ae8c97cbb00fc4eb9"><code>a263635</code></a>
Clone API use pathspec (<a
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1132">#1132</a>)</li>
<li><a
href="https://github.com/steveukx/git-js/commit/e253a0d1bf9d013228f856209b3b8a7c5980a54b"><code>e253a0d</code></a>
Fix/block unsafe 2603 (<a
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1135">#1135</a>)</li>
<li><a
href="https://github.com/steveukx/git-js/commit/a1170e506eeeaade4a242bfbf6d0620d57872364"><code>a1170e5</code></a>
Version Packages</li>
<li><a
href="https://github.com/steveukx/git-js/commit/f7042088aa2dac59e3c49a84d7a2f4b26048a257"><code>f704208</code></a>
In extension to CVE-2022-25912, switch to case-insensitive check for
`protoco...</li>
<li><a
href="https://github.com/steveukx/git-js/commit/4bb20811eb35c0fa5437553cad4eb8ebf8f6f6e6"><code>4bb2081</code></a>
Version Packages</li>
<li><a
href="https://github.com/steveukx/git-js/commit/7ae7537737bafc1e6559a28816785b10926fb095"><code>7ae7537</code></a>
Match tokens to word boundary</li>
<li><a
href="https://github.com/steveukx/git-js/commit/c47ad103b07ce768cf69aec63e0c9f7f77a1ab0f"><code>c47ad10</code></a>
Lint</li>
<li><a
href="https://github.com/steveukx/git-js/commit/8d02097b726c2bc5360b4f55ee3ecb7e09648e4d"><code>8d02097</code></a>
Enhanced clone switch detection</li>
<li><a
href="https://github.com/steveukx/git-js/commit/f6909a52807512cb4e29a654db2dcd409b019113"><code>f6909a5</code></a>
Remove test timeout override</li>
<li>Additional commits viewable in <a
href="https://github.com/steveukx/git-js/commits/simple-git@3.33.0/simple-git">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for simple-git since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/getsentry/sentry-javascript/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a0c7d40 commit 74d5d00
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27315 | 27315 | | |
27316 | 27316 | | |
27317 | 27317 | | |
27318 | | - | |
27319 | | - | |
27320 | | - | |
| 27318 | + | |
| 27319 | + | |
| 27320 | + | |
27321 | 27321 | | |
27322 | 27322 | | |
27323 | 27323 | | |
| |||
0 commit comments