mediawiki-extensions-AbuseF.../includes
Timo Tijhof 314a1f419f Avoid use of unfiltered 'getTraceAsString' in debug logs
These render string arguments with potentially sensitive information
that we don't want to store in debug logs. Use the standard
'exception' field instead per T233342, letting the central
logic be in charge of creating 'exception.trace' with the normalised
trace rendering and filtering logic we have there.

Bug: T233342
Change-Id: I4620f36229fd5076b4370d20149c890030bf4c64
2020-07-23 22:41:27 +01:00
..
api Do not abuse RCDatabaseLogEntry 2020-06-04 21:28:23 +00:00
pagers Merge "Stop using deprecated stuff with easy replacements" 2020-01-22 16:44:57 +00:00
parser Strict type comparison 2020-06-27 15:55:57 +01:00
special build: Updating mediawiki/mediawiki-phan-config to 0.10.2 2020-06-02 21:33:38 +00:00
VariableGenerator Do not abuse RCDatabaseLogEntry 2020-06-04 21:28:23 +00:00
Views Handle null from VariableGenerator::getVars in AbuseFilterViewExamine 2020-06-17 19:42:58 +02:00
AbuseFilter.php Merge "Do not abuse RCDatabaseLogEntry" 2020-06-05 12:08:05 +00:00
AbuseFilterChangesList.php Stop using the Revision class 2020-02-26 15:39:12 +00:00
AbuseFilterHooks.php Update PageSaveComplete hook to use EditResult 2020-06-23 14:25:38 +02:00
AbuseFilterModifyLogFormatter.php
AbuseFilterPreAuthenticationProvider.php Factor out variables-related methods 2020-02-07 20:27:26 +00:00
AbuseFilterRightsLogFormatter.php Remove script for blockautopromote entries 2019-09-09 13:56:56 +02:00
AbuseFilterRunner.php Pass function name to database functions 2020-06-07 01:54:41 +02:00
AbuseFilterSuppressLogFormatter.php
AbuseFilterVariableHolder.php Avoid use of unfiltered 'getTraceAsString' in debug logs 2020-07-23 22:41:27 +01:00
AbuseLogHitFormatter.php build: Updating mediawiki/mediawiki-phan-config to 0.10.2 2020-06-02 21:33:38 +00:00
AFComputedVariable.php Use ParserOptions::newFromUser() instead of relying on global $wgUser 2020-05-11 14:27:36 +00:00
TableDiffFormatterFullContext.php