[Aikido] Fix security issue in braces via minor version upgrade from 3.0.2 to 3.0.3 - #70
Open
aikido-autofix[bot] wants to merge 1 commit into
Open
Conversation
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
✅ Security Analysis ResultsGreat news! No security issues found in this pull request. Analysis Summary:
💡 Trigger a new security scan by commenting Security analysis powered by Claude Sonnet 4.6 via pr-auditor | Questions? Contact #dx-team or check out this page |
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 braces to fix Memory Exhaustion vulnerability (CVE-2024-4068) caused by uncontrolled character handling in imbalanced brace parsing.
✅ There are no breaking changes
✅ 1 CVE resolved by this upgrade
This PR will resolve the following CVEs:
🤖 Remediation details
Fix CVE-2024-4068: upgrade transitive
bracesto 3.0.3What was fixed: The transitive dependency
braceswas resolved at a vulnerable version (3.0.2) in the rootyarn.lock. This PR refreshes the lockfile sobracesresolves to the patched version3.0.3. Nopackage.jsonmanifest changes were required or retained.braces
braces@3.0.2was pulled in transitively bymicromatch@4.0.4via the selectorbraces@^3.0.1. Because the existing range already admitted3.0.3, no manifest edit was needed — runningyarn upgrade 'braces@^3.0.1'was sufficient to refresh the lockfile entry to the patched version.yarn upgrade(Yarn Classic) incidentally addedbracesas a direct dependency inpackage.json; that accidental entry was removed immediately and a finalyarn installconfirmed the fix is lockfile-only, withbracesremaining a transitive-only dependency undermicromatch.Version changes