-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
π¨ Security Issue
Severity: High
Source: GitHub Actions workflow run #23094946934
Problem Description
The npm audit identified a high severity security vulnerability in the flatted package that is causing CI/CD build failures.
Vulnerability Details
- Package:
flatted <3.4.0 - Severity: High
- Issue: Vulnerable to unbounded recursion DoS in parse() revive phase
- Advisory: GHSA-25h7-pfq9-p65f
Impact
- CI/CD pipeline failing with exit code 2
- Quality Assurance workflow blocked
- Security audit step preventing deployments
Error Output
flatted <3.4.0
Severity: high
flatted vulnerable to unbounded recursion DoS in parse() revive phase
make: *** [Makefile:136: security-audit] Error 1
Process completed with exit code 2.
Recommended Action
- Run
npm audit fixto automatically update vulnerable dependencies - If automatic fix is not available, manually update
flattedto version 3.4.0 or higher - Review and test the application after the update
- Re-run the CI/CD pipeline to verify the fix
Priority
This should be addressed immediately as it's blocking the build pipeline and represents a security risk.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels