Skip to content

Commit d667db8

Browse files
authored
Bleeding edge - Restrict accepted args of php_uname()
1 parent 515fefa commit d667db8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/functionMap_bleedingEdge.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
return [
44
'new' => [
5+
'php_uname' => ['string', 'mode='=>'"a"|"s"|"n"|"r"|"v"|"m"'],
56
],
67
'old' => [
8+
'php_uname' => ['string', 'mode='=>'string'],
79
],
810
];

0 commit comments

Comments
 (0)