| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|