mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:05:55 +00:00
force strip_tags() on all user input unless explicitly allowed
This commit is contained in:
@@ -84,7 +84,7 @@ class Backend extends Handler {
|
||||
}
|
||||
|
||||
function help() {
|
||||
$topic = basename($_REQUEST["topic"]);
|
||||
$topic = basename(clean($_REQUEST["topic"]));
|
||||
|
||||
switch ($topic) {
|
||||
case "main":
|
||||
|
||||
Reference in New Issue
Block a user