Skip to content
New issue

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

Cross Site Scripting Vulnerability #27

Open
MrHelga opened this issue Mar 4, 2023 · 0 comments
Open

Cross Site Scripting Vulnerability #27

MrHelga opened this issue Mar 4, 2023 · 0 comments

Comments

@MrHelga
Copy link

MrHelga commented Mar 4, 2023

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']);
}

johnksv added a commit to johnksv/doma that referenced this issue Mar 12, 2023
johnksv added a commit to johnksv/doma that referenced this issue Mar 12, 2023
johnksv added a commit to johnksv/doma that referenced this issue Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant