summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Gardner <egardner@wikimedia.org>2021-12-16 08:18:53 -0800
committerGerrit Code Review <gerrit@wikimedia.org>2021-12-16 16:18:53 +0000
commitd1a5caeaedac29c61704f4bbbd401bbdd2076ac1 (patch)
treedfdafb80084b273ebb2a18c16ea47122d3890723
parentdf87b50e3113e469bfa1b9562ebba3ca978201b6 (diff)
Update git submodules
* Update extensions/MediaSearch from branch 'wmf/1.38.0-wmf.13' to 651a84bf25a683fde679449e284c889936f22b0f - Filter out non-string keys/values from query string before using SpecialMediaSearch.php has to extract and handle the URL query parameters from the user's web request. However, bad param keys/values were causing errors. This change discards all non-string keys and values from the query string before other code access it. Also changes "queryString" var names to "queryParams" since we're passing around an array instead of a string anyway. Bug: T297828 Change-Id: Icb4bd0a5d9c156db54945e7f345143abe51b74eb (cherry picked from commit 5beebb52f18d34899d4f282308b4b34df5afc5cf)
m---------extensions/MediaSearch0
1 files changed, 0 insertions, 0 deletions
diff --git a/extensions/MediaSearch b/extensions/MediaSearch
-Subproject 04fdff972f96a567a075f10791f2f7fe451d5e4
+Subproject 651a84bf25a683fde679449e284c889936f22b0