From: Yuri Astrakhan Date: Sun, 23 Oct 2016 01:46:14 +0000 (-0400) Subject: Comments: Added phabricator IDs to bz bug #s X-Git-Tag: 1.31.0-rc.0~5042 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=6fe0f40e8cddec00cf4025dcee2cbf93431538ac;p=lhc%2Fweb%2Fwiklou.git Comments: Added phabricator IDs to bz bug #s Change-Id: Ia8d4e570e78c62e5c26bda0264fbf1efc74e58a2 --- diff --git a/languages/Language.php b/languages/Language.php index b5bd434b51..2e4ef89c5c 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -338,7 +338,7 @@ class Language { // People think language codes are html safe, so enforce it. // Ideally we should only allow a-zA-Z0-9- // but, .+ and other chars are often used for {{int:}} hacks - // see bugs 37564, 37587, 36938 + // see bugs T39564, T39587, T38938 $cache[$code] = // Protect against path traversal strcspn( $code, ":/\\\000&<>'\"" ) === strlen( $code )