wiki.techinc.nl/includes/session
Thiemo Kreuz 31aeedb98a Add some more missing limit parameters to explode() calls
I benchmarked this again. The runtime of an unlimited explode() can be
quite high. This is not really a DoS attack vector as it would require to
post megabytes worth of input to the code, which will hit many other
limits before. I still consider it good practice to use unlimited explode()
only when it is actually allowed to return an unlimited amount of elements.

Change-Id: I30f8ca5dba7b317bb4a046b9740fd736b4eea291
2019-04-05 14:34:39 +00:00
..
BotPasswordSessionProvider.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
CookieSessionProvider.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00
ImmutableSessionProviderWithCookie.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00
MetadataMergeException.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06:00
PHPSessionHandler.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00
Session.php Add some more missing limit parameters to explode() calls 2019-04-05 14:34:39 +00:00
SessionBackend.php session: Fix missing return in SessionBackend::resetId() 2019-03-23 18:06:35 -07:00
SessionId.php Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
SessionInfo.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00
SessionManager.php Drop AuthPlugin and related code, deprecated in 1.27 2019-03-05 08:23:14 +00:00
SessionManagerInterface.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
SessionProvider.php Fixed typo 'implments' and 'implmented' 2019-03-21 16:17:09 +01:00
SessionProviderInterface.php Add missing use statements 2018-06-27 20:49:23 +02:00
Token.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00
UserInfo.php Add @var to class properties to clarify types 2019-03-08 19:09:51 +00:00