diff options
| author | jvoisin | 2017-10-12 01:05:50 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-12 01:05:50 +0200 |
| commit | c1b1a55cc149623ca320f075463ebd072787149f (patch) | |
| tree | af4d67b07c456fbd1eaf755d595c474b29242670 /scripts | |
| parent | 4e98405c80d80b21f23b133f92f79b23aaac6bad (diff) | |
Add a missing function to the generator script
Diffstat (limited to 'scripts')
| -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 | ||
