Skip to content

Commit a0ada44

Browse files
committed
feat: add new dangerous functions
1 parent da4fa8e commit a0ada44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Functions.php

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Functions
4242
'proc_open',
4343
'proc_terminate',
4444
'pcntl_exec',
45+
'pcntl_fork',
4546
'inject_code',
4647
'apache_child_terminate',
4748
'apache_note',
@@ -62,6 +63,7 @@ class Functions
6263
'create_function',
6364
'exec',
6465
'pcntl_exec',
66+
'pcntl_fork',
6567
'assert',
6668
'passthru',
6769
'create_function',

0 commit comments

Comments
 (0)