mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: removes parse_str from security preset
This commit is contained in:
@ -32,7 +32,6 @@ final class Security extends AbstractPreset
|
|||||||
'create_function',
|
'create_function',
|
||||||
'unserialize',
|
'unserialize',
|
||||||
'extract',
|
'extract',
|
||||||
'parse_str',
|
|
||||||
'mb_parse_str',
|
'mb_parse_str',
|
||||||
'dl',
|
'dl',
|
||||||
'assert',
|
'assert',
|
||||||
|
|||||||
Reference in New Issue
Block a user