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

Version 6.3.2 #3267

Merged
merged 2 commits into from May 14, 2023
Merged

Version 6.3.2 #3267

merged 2 commits into from May 14, 2023

Commits on May 14, 2023

  1. web: Fix an open redirect in StaticFileHandler

    Under some configurations the default_filename redirect could be exploited
    to redirect to an attacker-controlled site. This change refuses to redirect
    to URLs that could be misinterpreted.
    
    A test case for the specific vulnerable configuration will follow after the
    patch has been available.
    bdarnell committed May 14, 2023
    Configuration menu
    Copy the full SHA
    32ad07c View commit details
    Browse the repository at this point in the history
  2. Version 6.3.2

    bdarnell committed May 14, 2023
    Configuration menu
    Copy the full SHA
    34f5c1c View commit details
    Browse the repository at this point in the history