We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following a report by https://www.openbugbounty.org/reports/3084209/ I fixed the affected function found in /include/helper.php by adding Hsc():
public static function SelfPath() { return ROOT_URL . Hsc($_SERVER['PHP_SELF']); }
The text was updated successfully, but these errors were encountered:
Fix XSS where SelfPath is used
30ce459
Solves matstroeng#27
fb0b68d
6f66195
No branches or pull requests
Following a report by https://www.openbugbounty.org/reports/3084209/ I fixed the affected function found in /include/helper.php by adding Hsc():
public static function SelfPath()
{
return ROOT_URL . Hsc($_SERVER['PHP_SELF']);
}
The text was updated successfully, but these errors were encountered: