In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Command Injection vulnerabilities in an interactive lesson.
Start learningThis was deemed not a vulnerability.
execa is a package for running child executing.
Affected versions of this package are vulnerable to Arbitrary Command Injection by passing arguments like $(rm -rf /)
or && rm -rf /
due to using the execa.shell()
option.