Currently all patches to MobileFrontend are erroring with the following warning:
<?xml version="1.0" encoding="ISO-8859-15"?> 18:36:24 <checkstyle version="6.5"> 18:36:24 <file name="./includes/specials/SpecialMobileDiff.php"> 18:36:24 <error line="196" severity="warning" message="Calling method \Linker::formatComment() in \SpecialMobileDiff::getCommentHTML that outputs using tainted argument $comment. (Caused by: ../../includes/Linker.php +1104)" source="SecurityCheck-DoubleEscaped"/> 18:36:24 </file> 18:36:24 </checkstyle> 18:36:25 Build step 'Execute shell' marked build as failure
The error is a little cryptic to me given I'm not too familiar with this plugin and it's not clear how $comment (which comes from Revision::getComment) is tainted.
It's not exactly clear what the problem is (and if it is a problem) and how to solve it.