Fix serialize-javascript vulnerability (AST-145686)#706
Open
cx-sumit-morchhale wants to merge 1 commit intomainfrom
Open
Fix serialize-javascript vulnerability (AST-145686)#706cx-sumit-morchhale wants to merge 1 commit intomainfrom
cx-sumit-morchhale wants to merge 1 commit intomainfrom
Conversation
- Adds npm override for serialize-javascript ^7.0.5 in package.json - Fixes CPU Exhaustion DoS vulnerability (CVE-2026-34043) in mocha's transitive dependency - Fixes RCE vulnerability (GHSA-5c6j-r48x-rmvq) via RegExp.flags and Date.prototype.toISOString() - Keeps mocha at stable version 10.7.0 - Minimal change approach with no regressions Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
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.


Summary
serialize-javascriptto^7.0.5in package.jsonTest Plan
Details
serialize-javascript 6.0.2 (currently used by mocha 10.7.0) is vulnerable to:
This override ensures security while keeping mocha at the stable version until a patched version is released.
🤖 Generated with Claude Code