dependabot[bot] opened a new pull request, #13086:
URL: https://github.com/apache/apisix/pull/13086

   Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) 
from 3.27.0 to 3.32.3.
   <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>[email protected]</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>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>8d02097: Enhanced clone unsafe switch detection.</li>
   </ul>
   <h2>[email protected]</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>[email protected]</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>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>a44184f: Resolve NPM publish steps</li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>bc77774: Correctly identify current branch name when using 
<code>git.status</code> in a cloned empty repo.</p>
   <p>Previously <code>git.status</code> would report the current branch name 
as <code>No</code>. Thank you to <a 
href="https://github.com/MaddyGuthridge";><code>@​MaddyGuthridge</code></a> for 
identifying this issue.</p>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>2adf47d: Allow repeating git options like <code>{'--opt': ['value1', 
'value2']}</code></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.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>
   <h3>Patch Changes</h3>
   <ul>
   <li>a44184f: Resolve NPM publish steps</li>
   </ul>
   <h2>3.31.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>22dc93f: Custom binary plugin should support the use of <code>~</code> 
character, used by Windows to shorten long folder names
   and folder names that have spaces in them (eg: <code>C:\Program Files</code> 
might become <code>C:\PROGRA~1</code>).</p>
   <p>Thanks to <a 
href="https://github.com/skyshineb";><code>@​skyshineb</code></a> for reporting 
this issue.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/steveukx/git-js/commit/77406267ceb19aa901495b6ae414020daf789ebf";><code>7740626</code></a>
 Update plugin.unsafe.spec.ts</li>
   <li><a 
href="https://github.com/steveukx/git-js/commit/b562a6c4c1a226d9c7789b72c76784f334c1efac";><code>b562a6c</code></a>
 Version Packages</li>
   <li><a 
href="https://github.com/steveukx/git-js/commit/23b070f0a4d320af5e745a42ae6176a629409566";><code>23b070f</code></a>
 Fix regex for CLONE_OPTIONS constant (<a 
href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1122";>#1122</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/steveukx/git-js/commits/[email protected]/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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-git&package-manager=npm_and_yarn&previous-version=3.27.0&new-version=3.32.3)](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/apache/apisix/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to