We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6be44 commit bd8c956Copy full SHA for bd8c956
Magento2/Sniffs/Security/InsecureFunctionSniff.php
@@ -35,13 +35,6 @@ class InsecureFunctionSniff extends ForbiddenFunctionsSniff
35
'mt_rand' => 'random_int',
36
// Custom Rules - MTS-2096
37
'eval' => null,
38
- 'preg_replace' => null,
39
- 'preg_replace_callback' => null,
40
- 'preg_replace_callback_array' => null,
41
- 'include' => null,
42
- 'include_once' => null,
43
- 'require' => null,
44
- 'require_once' => null,
45
'proc_nice' => null,
46
'proc_open' => null,
47
'proc_close' => null,
0 commit comments