Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
Please seesymfony/symfony#27540 for the background of this issue.
The Process component states that it handles the escaping based on operating system, however if the string form of the command is used, no escaping is performed. Escaping is only performed on the array form of the command.