| Age | Commit message (Collapse) | Author |
|
|
|
In the 8.0.8 and 8.1 version of PHP, the parameters name for move_uploaded_file are "from" and "to". This config file fail to apply the relevant rules unless the parameter names are updated using "to" instead of "destination".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This shouldn't be necessary, but better safe than sorry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gracefully handle the case where we can't get
allocated memory when trying to match a regex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PHP8 disables external entities by default, but they can still be
explicitly used (cf. https://blog.sonarsource.com/wordpress-xxe-security-vulnerability/), which is badâ„¢.
The right way to defend against XXE is now to set libxml_set_external_entity_loader to null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://bugs.archlinux.org/task/69563#comment196468 for details
|
|
|
|
Use enum members instead of their numbers directly.
|
|
|
|
|