[Aikido] Fix security issue in @babel/traverse via minor version upgrade from 7.10.4 to 7.29.0 in docs - #58
Open
aikido-autofix[bot] wants to merge 1 commit into
Conversation
Package lock diff |
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.
Upgrade @babel/traverse to fix remote code execution vulnerability in compilation when processing malicious input with path evaluation methods.
✅ 1 CVE resolved by this upgrade
This PR will resolve the following CVEs:
🤖 Remediation details
Fix AIKIDO-2025-10745: upgrade
@babel/traverseto patched versionShort summary
This PR remediates a medium-severity vulnerability in
@babel/traverse(affected range[7.0.0, 7.23.0]). The package is a transitive dependency resolved indocs/.awesome/package-lock.json; nopackage.jsonmanifest required editing. The lockfile was refreshed so the single hoisted instance of@babel/traverseresolves to a patched version.@babel/traverse
@babel/traversewas resolved at7.10.4in the lockfile, which falls within the vulnerable range. It is a transitive dependency pulled in by several parents (including@babel/coreandgatsby), all of which declare it with a^7.10.xrange that is semver-compatible with the patched floor of7.23.2. Because no parent pinned an exact vulnerable version, runningnpm update @babel/traverse --package-lock-onlyfromdocs/.awesome/was sufficient to advance the resolved version to7.29.0without any manifest edits or overrides.Version changes
@babel/traverse7.10.47.29.0