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
This was identified by GitLab, so NPM can't create an advisory for it due to copyright. I say we should still see where execa is used in this app and make sure the vulnerability can't be exploited.
Attackers could trick execa into executing arbitrary binaries. This behaviour is caused by the setting preferLocal=true which makes execa search for locally installed binaries and executes them.
We should be able to resolve this by upgrading to 2.0.0 or later.
Project depends on 0.7.0 which has a vulnerability (OS Command Injection in execa)
Upgrade dependency to latest version https://www.npmjs.com/package/execa/v/4.0.3
The text was updated successfully, but these errors were encountered: