Skip to content
Permalink
Browse files Browse the repository at this point in the history
Merge pull request from GHSA-mmmv-m5q9-g3cm
Escape url_name parameter
  • Loading branch information
PierreRambaud committed Mar 24, 2020
2 parents 58e78e6 + 03925b4 commit c792ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_facetedsearch.php
Expand Up @@ -1208,7 +1208,7 @@ public function checkLinksRewrite($params)
$params['errors'][] = Tools::displayError(
$this->trans(
'"%s" is not a valid url',
[$urlNameLang],
[Tools::safeOutput($urlNameLang, true)],
'Modules.Facetedsearch.Admin'
)
);
Expand Down

0 comments on commit c792ddc

Please sign in to comment.