https://bugzilla.wikimedia.org/show_bug.cgi?id=57270
--- Comment #10 from Chris Steipp <[email protected]> --- includes/Model/UUID.php * only show backtrace if $wgShowExceptionDetails is true includes/Repository/SelectQueryBuilder.php * escape or validate table, field and op in query() includes/Data/BoardHistoryStorage.php * findTopicListHistory(): validate/filter $queries, or address in RevisionStorage includes/Data/RevisionStorage.php * RevisionStorage::findInternal() - need to validate or sanitize $attributes and $options * RevisionStorage::insert() - validate $rev keys * RevisionStorage::findMostRecent() - broken?? $keys is undefined, needs to be validated if it's not static * PostRevisionStorage::insertRelated() - validate $tree keys * HeaderRevisionStorage::insertRelated() - validate $header keys -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
