mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
1988e89e73
'Kurita Takashi' has let us know that the previous patterns could be abused by an evil doer. One could potentially send a very large deeply nested POST data structure. Matching that structure could overflow the PCRE limits causing a segmentation fault. Adding an upper bound will solve the problem and I doubt anyone is doing POST data structures with more than 10 levels of nesting. |
||
---|---|---|
.. | ||
Component | ||
CakeErrorController.php | ||
Component.php | ||
ComponentCollection.php | ||
Controller.php | ||
Scaffold.php |