You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified several vulnerabilities in this project using npm audit, including critical and high-severity issues:
Critical:
Cross-Site Scripting (XSS) vulnerability in serialize-javascript could allow attackers to inject malicious code.
Command Injection vulnerability in shell-quote could allow attackers to execute code on the server.
High:
ReDoS vulnerability in terser could lead to application crashes and potential denial of service.
The text was updated successfully, but these errors were encountered:
I've identified several vulnerabilities in this project using npm audit, including critical and high-severity issues:
Critical:
Cross-Site Scripting (XSS) vulnerability in serialize-javascript could allow attackers to inject malicious code.
Command Injection vulnerability in shell-quote could allow attackers to execute code on the server.
High:
ReDoS vulnerability in terser could lead to application crashes and potential denial of service.
The text was updated successfully, but these errors were encountered: