Restrict additional dangerous functions in Security.php

This commit is contained in:
Punyapal Shah
2024-06-11 21:20:32 +05:30
parent 1bee283d15
commit b873b89b62

View File

@ -32,6 +32,10 @@ final class Security extends AbstractPreset
'create_function',
'unserialize',
'extract',
'parse_str',
'mb_parse_str',
'dl',
'assert',
])->not->toBeUsed();
}
}