cakephp2-php8/lib/Cake/Controller
mark_story 1988e89e73 Add an upper bound to the POST data SecurityComponent will consider.
'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.
2014-07-03 22:02:00 -04:00
..
Component Add an upper bound to the POST data SecurityComponent will consider. 2014-07-03 22:02:00 -04:00
CakeErrorController.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
Component.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ComponentCollection.php remove undocumented code and uncessary in_array() checks + cleanup 2013-08-08 03:56:58 +02:00
Controller.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Scaffold.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00