Skip to content

v3.0.2

Latest
Compare
Choose a tag to compare
@digitalresistor digitalresistor released this 16 Nov 20:03
· 1 commit to main since this release
b11ae72

3.0.2 (2024-11-16)

Security

  • When using Waitress to process trusted proxy headers, Waitress will now
    update the headers to drop any untrusted values, thereby making sure that
    WSGI apps only get trusted and validated values that Waitress itself used to
    update the environ. See #452 and #451