sfdx-isv / sfdx-falcon

A Salesforce CLI Plugin that enables and enhances implementation of the SFDX-Falcon family of projects, including the AppExchange Demo Kit (ADK) and AppExchange Package Kit (APK)
https://sfdx-isv.github.io/sfdx-falcon/
38 stars 6 forks source link

Sanitize input sent to shell.exec() #112

Closed VivekMChawla closed 5 years ago

VivekMChawla commented 5 years ago

User-provided strings are used to build SFDX command strings that are sent to shell.exec(). These inputs need to be sanitized before execution.

VivekMChawla commented 5 years ago

Fixed by PR #116