Open MeganPaffrath opened 1 year ago
Is there any plan to patch this vulnerable dependency ?
I see there are two dependencies on a vulnerable version of execa:
I've come across the same vulnerability error related to execa. Is there any plan in place for fixing this issue?
Your assistance or any updates on this matter would be greatly appreciated.
Version
5.0.8
Environment info
Steps to reproduce
I am unsure.
What is expected?
To not get vulnerability errors from our scanner.
What is actually happening?
We are getting the following vulnerability error:
Uncontrolled Search Path Element
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. This vulnerability is usually only exploitable when using execa on a client-side LOCAL application.The proposed solution from our scanner is to upgrade execa to version 2.0.0 or above.
Thank you for taking the time to investigate!