fix(deps): bump simple-git, tar, minimatch to patch critical CVEs (CVSS 9.8, 9.2, 8.7) - #4007
Open
aeonframework wants to merge 1 commit into
Open
Conversation
simple-git 3.30.0 to 3.36.0 (packages/git): GHSA-hffm-xvc3-vprc (CVE-2026-6951, CVSS 9.8): RCE via --config bypass GHSA-r275-fr43-pm7q (CVE-2026-28292, CVSS 9.8): protocol.allow case bypass GHSA-jcxm-m3jx-f287 (CVE-2026-28291, CVSS 8.1): upload-pack option bypass tar 7.5.7 to 7.5.22 (packages/agent): GHSA-23hp-3jrh-7fpw (CVE-2026-59873, CVSS 9.2): Gzip bomb DoS GHSA-8x88-c5mf-7j5w (CVE-2026-59874, CVSS 8.7): negative-size infinite loop GHSA-r292-9mhp-454m (MODERATE): stack-overflow DoS via long paths minimatch 10.1.2 to 10.2.5 (packages/agent): GHSA-3ppc-4f35-3m26 (CVE-2026-26996, CVSS 8.7): ReDoS via repeated wildcards GHSA-23c5-xmqv-rm74 (HIGH): ReDoS via nested extglobs GHSA-7r86-cg39-jmmj (HIGH): ReDoS via multiple GLOBSTAR segments Run pnpm install at the repo root to update the lockfile. Detected by osv-scanner via https://github.com/aeonframework/aeon.
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated dependency bump to address 9 publicly-disclosed advisories in 3 direct dependencies. No code changes outside the manifests; run
pnpm installto refresh the lockfile.simple-git 3.30.0 → 3.36.0 (packages/git)
--configoption bypass (incomplete fix for CVE-2022-25912)blockUnsafeOperationsPluginbypass with uppercasePROTOCOL.ALLOW-vu,-4u, etc.)All three advisories are fixed in 3.36.0.
tar 7.5.7 → 7.5.22 (packages/agent)
tar.replace()All fixed by 7.5.22 (latest stable).
minimatch 10.1.2 → 10.2.5 (packages/agent)
*()extglobs10.2.5 is clean; it is already in the lockfile as a transitive dep — this aligns the declared range.
Lockfile
After merging, run
pnpm installat the repo root to resolve the new versions and updatepnpm-lock.yaml.Detected by osv-scanner via Aeon.