diff options
| -rw-r--r-- | scripts/generate_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_rules.php b/scripts/generate_rules.php index a14198e..0f2f219 100644 --- a/scripts/generate_rules.php +++ b/scripts/generate_rules.php | |||
| @@ -9,7 +9,7 @@ $functions_blacklist = ['shell_exec', 'exec', 'passthru', 'php_uname', 'popen', | |||
| 9 | 'posix_kill', 'posix_mkfifo', 'posix_setpgid', 'posix_setsid', 'posix_setuid', | 9 | 'posix_kill', 'posix_mkfifo', 'posix_setpgid', 'posix_setsid', 'posix_setuid', |
| 10 | 'posix_setgid', 'posix_uname', 'proc_close', 'proc_nice', 'proc_open', | 10 | 'posix_setgid', 'posix_uname', 'proc_close', 'proc_nice', 'proc_open', |
| 11 | 'proc_terminate', 'proc_open', 'proc_get_status', 'dl', 'pnctl_exec', | 11 | 'proc_terminate', 'proc_open', 'proc_get_status', 'dl', 'pnctl_exec', |
| 12 | 'pnctl_fork', 'assert', 'system']; | 12 | 'pnctl_fork', 'assert', 'system', 'curl_exec']; |
| 13 | 13 | ||
| 14 | $extensions = ['php', 'php7', 'php5', 'inc']; | 14 | $extensions = ['php', 'php7', 'php5', 'inc']; |
| 15 | 15 | ||
