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

bpo-43223: [SECURITY] Patched Open Redirection In SimpleHTTPServer Module #24848

Closed
wants to merge 1 commit into from

Commits on May 7, 2021

  1. bpo-43223: Fix Open Redirection In http.server module

    Fix an open redirection vulnerability in the HTTP server when a URL contains ``//``.
    Added test case for bpo-43223 patch
    hamzaavvan committed May 7, 2021