Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency simple-git to v3.16.0 [SECURITY] #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
simple-git (source) 3.7.1 -> 3.16.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2022-25912

The package simple-git before 3.15.0 is vulnerable to Remote Code Execution (RCE) when enabling the ext transport protocol, which makes it exploitable via clone() method. This vulnerability exists due to an incomplete fix of CVE-2022-24066.

CVE-2022-25860

Versions of the package simple-git before 3.16.0 are vulnerable to Remote Code Execution (RCE) via the clone(), pull(), push() and listRemote() methods, due to improper input sanitization. This vulnerability exists due to an incomplete fix of CVE-2022-25912.


Release Notes

steveukx/git-js (simple-git)

v3.16.0

Compare Source

Minor Changes
  • 97fde2c: Support the use of -B in place of the default -b in checkout methods
  • 0a623e5: Adds vulnerability detection to prevent use of --upload-pack and --receive-pack without explicitly opting in.
Patch Changes
  • ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to @​stsewd for the suggestion.

v3.15.1

Compare Source

Patch Changes
  • de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.

v3.15.0

Compare Source

Minor Changes
  • 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new allowUnsafeProtocolOverride property having been enabled.
Patch Changes
  • 7746480: - Upgrade repo dependencies - lerna and jest
    • Include node@19 in the test matrix

v3.14.1

Compare Source

Patch Changes
  • 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style 1.11.GIT)

v3.14.0

Compare Source

Minor Changes
  • 19029fc: Create the abort plugin to allow cancelling all pending and future tasks.
  • 4259b26: Add .version to return git version information, including whether the git binary is installed.

v3.13.0

Compare Source

Minor Changes
  • 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully removed in the next major
  • d0dceda: Allow supplying just one of to/from in the options supplied to git.log
Patch Changes
  • 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future

v3.12.0

Compare Source

Minor Changes
  • bfd652b: Add a new configuration option to enable trimming white-space from the response to git.raw

v3.11.0

Compare Source

Minor Changes
  • 80d54bd: Added fields updated + deleted branch info to fetch response, closes #​823
Patch Changes
  • 75dfcb4: Add prettier configuration and apply formatting throughout.

v3.10.0

Compare Source

Minor Changes
  • 2f021e7: Support for importing as an ES module with TypeScript moduleResolution node16 or newer by adding
    simpleGit as a named export.

v3.9.0

Compare Source

Minor Changes
  • a0d4eb8: Branches that have been checked out as a linked work tree will now be included in the BranchSummary output, with a linkedWorkTree property set to true in the BranchSummaryBranch.

v3.8.0

Compare Source

Minor Changes
  • 25230cb: Support for additional log formats in diffSummary / log / stashList.

    Adds support for the --numstat, --name-only and --name-stat in addition to the existing --stat option.

Patch Changes
  • 2cfc16f: Update CI environments to run build and test in node v18, drop node v12 now out of life.
  • 13197f1: Update debug dependency to latest 4.x

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 7, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c94b7be
Status: ✅  Deploy successful!
Preview URL: https://37c2a782.note-e01.pages.dev
Branch Preview URL: https://renovate-npm-simple-git-vuln.note-e01.pages.dev

View logs

@renovate renovate bot changed the title Update dependency simple-git to 3.15.0 [SECURITY] Update dependency simple-git to 3.15.0 [SECURITY] - autoclosed Dec 13, 2022
@renovate renovate bot closed this Dec 13, 2022
@renovate renovate bot deleted the renovate/npm-simple-git-vulnerability branch December 13, 2022 06:06
@renovate renovate bot changed the title Update dependency simple-git to 3.15.0 [SECURITY] - autoclosed Update dependency simple-git to 3.15.0 [SECURITY] Dec 16, 2022
@renovate renovate bot reopened this Dec 16, 2022
@renovate renovate bot restored the renovate/npm-simple-git-vulnerability branch December 16, 2022 06:30
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from 4469460 to 2ee5dc1 Compare December 16, 2022 06:50
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from 2ee5dc1 to 70ec824 Compare December 20, 2022 03:12
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from 70ec824 to bbff95c Compare December 21, 2022 01:15
@renovate renovate bot changed the title Update dependency simple-git to 3.15.0 [SECURITY] Update dependency simple-git to 3.15.0 [SECURITY] - autoclosed Dec 30, 2022
@renovate renovate bot closed this Dec 30, 2022
@renovate renovate bot deleted the renovate/npm-simple-git-vulnerability branch December 30, 2022 02:19
@renovate renovate bot changed the title Update dependency simple-git to 3.15.0 [SECURITY] - autoclosed Update dependency simple-git to 3.15.0 [SECURITY] Dec 30, 2022
@renovate renovate bot reopened this Dec 30, 2022
@renovate renovate bot restored the renovate/npm-simple-git-vulnerability branch December 30, 2022 05:33
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from bbff95c to e922a8d Compare January 22, 2023 04:18
@renovate renovate bot changed the title Update dependency simple-git to 3.15.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Jan 27, 2023
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from e922a8d to a831fce Compare January 27, 2023 06:31
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 16, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 16, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 16, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 16, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 16, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 24, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 24, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 24, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 24, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 24, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 25, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 25, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Mar 25, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] Mar 27, 2023
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] - autoclosed Apr 24, 2023
@renovate renovate bot closed this Apr 24, 2023
@renovate renovate bot deleted the renovate/npm-simple-git-vulnerability branch April 24, 2023 22:40
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] - autoclosed Update dependency simple-git to v3.16.0 [SECURITY] Apr 25, 2023
@renovate renovate bot reopened this Apr 25, 2023
@renovate renovate bot restored the renovate/npm-simple-git-vulnerability branch April 25, 2023 08:46
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from a831fce to fab71d3 Compare April 25, 2023 08:46
@renovate renovate bot changed the title Update dependency simple-git to v3.16.0 [SECURITY] Update dependency simple-git to 3.16.0 [SECURITY] Apr 25, 2023
@renovate renovate bot changed the title Update dependency simple-git to 3.16.0 [SECURITY] Update dependency simple-git to v3.16.0 [SECURITY] May 28, 2023
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from fab71d3 to 6839b11 Compare October 30, 2023 07:59
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from 6839b11 to 14fbec0 Compare January 23, 2024 03:20
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from 14fbec0 to c652492 Compare January 24, 2024 06:31
@renovate renovate bot force-pushed the renovate/npm-simple-git-vulnerability branch from c652492 to 63f4414 Compare February 4, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants