File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1- 3.0.1 (2024-11-28)
1+ 3.0.2 (2024-11-16)
2+ ------------------
3+
4+ Security
5+ ~~~~~~~~
6+
7+ - When using Waitress to process trusted proxy headers, Waitress will now
8+ update the headers to drop any untrusted values, thereby making sure that
9+ WSGI apps only get trusted and validated values that Waitress itself used to
10+ update the environ. See https://github.com/Pylons/waitress/pull/452 and
11+ https://github.com/Pylons/waitress/issues/451
12+
13+
14+ 3.0.1 (2024-10-28)
215------------------
316
417Backward Incompatibilities
Original file line number Diff line number Diff line change 11[metadata]
22name = waitress
3- version = 3.0.1
3+ version = 3.0.2
44description = Waitress WSGI server
55long_description = file: README.rst, CHANGES.txt
66long_description_content_type = text/x-rst
3737[options]
3838package_dir =
3939 =src
40- packages = find:
40+ packages = find:
4141python_requires = >=3.9.0
4242
4343[options.entry_points]
@@ -47,7 +47,7 @@ console_scripts =
4747 waitress-serve = waitress.runner:run
4848
4949[options.packages.find]
50- where = src
50+ where = src
5151
5252[options.extras_require]
5353testing =
You can’t perform that action at this time.
0 commit comments