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
I've noticed that \Symfony\Component\Process\Process::escapeArgument does not use php's native escapeshellarg function, but rather implements escaping in userland. That does not take advantage of potential security fixes in PHP itself.
Is there a reason why it's not using it?
The text was updated successfully, but these errors were encountered:
I've noticed that
\Symfony\Component\Process\Process::escapeArgument
does not use php's nativeescapeshellarg
function, but rather implements escaping in userland. That does not take advantage of potential security fixes in PHP itself.Is there a reason why it's not using it?
The text was updated successfully, but these errors were encountered: