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

p2p/simulations: escape mockerType value from request #24822

Merged
merged 2 commits into from
May 5, 2022

Commits on May 5, 2022

  1. Update http.go to resolve a reflected XSS issue

    There is a reflected cross-site scripting vulnerability due to user-provided value. I added html package and used EscapeString function to avoid that.
    ImanSharaf authored May 5, 2022
    Configuration menu
    Copy the full SHA
    dc37f2f View commit details
    Browse the repository at this point in the history
  2. Update http.go

    fjl authored May 5, 2022
    Configuration menu
    Copy the full SHA
    235b6af View commit details
    Browse the repository at this point in the history