We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243690c commit 05947d5Copy full SHA for 05947d5
Magento2/Sniffs/Security/InsecureFunctionSniff.php
@@ -25,7 +25,6 @@ class InsecureFunctionSniff extends ForbiddenFunctionsSniff
25
'passthru' => null,
26
'pcntl_exec' => null,
27
'popen' => null,
28
- 'proc_open' => null,
29
'serialize' => '\Magento\Framework\Serialize\SerializerInterface::serialize',
30
'shell_exec' => null,
31
'system' => null,
0 commit comments