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

Invalid whitespace continued #277

Merged
merged 3 commits into from Jan 2, 2020
Merged

Commits on Jan 2, 2020

  1. Remove accidental stripping of non-printable characters

    Continuation/follow-up for:
    GHSA-m5ff-3wj3-8ph4
    which showcased the initial problem with the way that waitress was
    dealing with whitespace in headers.
    
    Additional testing by ZeddYu Lu also led to other potential issues with
    non-printable ascii characters that are stripped by default by Python's
    string.strip() function
    digitalresistor committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    ddb65b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf98da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a54e29 View commit details
    Browse the repository at this point in the history