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

Drop untrusted values from trusted proxy headers #452

Merged
merged 2 commits into from
Nov 15, 2024

Commits on Nov 11, 2024

  1. Drop untrusted values from trusted proxy headers

    Headers such as X-Forwarded-For, X-Forwarded-Host and Forwarded can
    contain more values than are actually trusted, leading to the
    possibility that the downstream application could interpret those
    headers differently to waitress.
    
    This change rewrites the trusted headers so that they only contain the
    values from the trusted proxies.
    simonk52 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5d15571 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Sign CONTRIBUTORS.txt

    simonk52 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    da38a20 View commit details
    Browse the repository at this point in the history