Skip to content

Commit

Permalink
fix: added missing conversion to HTML entities
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 27, 2022
1 parent e2ea332 commit 1d73af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpmyfaq/admin/index.php
Expand Up @@ -119,6 +119,7 @@
if (is_null($action)) {
$action = Filter::filterInput(INPUT_POST, 'action', FILTER_UNSAFE_RAW);
}
$action = Strings::htmlentities($action);

//
// Get CSRF Token
Expand Down

0 comments on commit 1d73af3

Please sign in to comment.