From 6fe0f40e8cddec00cf4025dcee2cbf93431538ac Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 22 Oct 2016 21:46:14 -0400 Subject: [PATCH] Comments: Added phabricator IDs to bz bug #s Change-Id: Ia8d4e570e78c62e5c26bda0264fbf1efc74e58a2 --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.20.1