Because we were not sanitizing the titles of Github bugs, we left ourselves open to a XSS attack. @marcoscaceres tried to fix this with: > htmlspecialchars($var, ENT_QUOTES, 'UTF-8'). But he is no PHP security expert.