cakephp2-php8/lib/Cake/Controller/Component
mark_story 2096d3f632 Clamp limit values to be unsigned integers.
This solves large page numbers potentially turning into scientific
notation when being formatted into queries. It also further safeguards
against SQL manipulation.

Refs #GH-1263
2013-05-02 22:36:50 -04:00
..
Acl Fix typos 2013-03-05 00:05:14 -07:00
Auth Fixing case where it was possible to pass array data to FormAuthenticate 2013-04-24 22:33:24 +02:00
AclComponent.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AuthComponent.php spelling corrections (a url to an URL, unify URL) 2013-04-29 11:05:17 +02:00
CookieComponent.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
EmailComponent.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
PaginatorComponent.php Clamp limit values to be unsigned integers. 2013-05-02 22:36:50 -04:00
RequestHandlerComponent.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
SecurityComponent.php Update docs for SecurityComponent::requireAuth() 2013-02-09 14:06:24 -05:00
SessionComponent.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00