mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python3-werkzeug: upgrade 2.1.1 -> 2.1.2
Changelog:
==========
The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses.
Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>.
Fix ability to set some cache_control attributes to False.
Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0704ebad0d)
Rebased patches in Kirkstone.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -25,15 +25,15 @@ index a351d7c..6e809ba 100644
|
||||
+++ b/CHANGES.rst
|
||||
@@ -1,5 +1,10 @@
|
||||
.. currentmodule:: werkzeug
|
||||
|
||||
|
||||
+- Specify a maximum number of multipart parts, default 1000, after which a
|
||||
+ ``RequestEntityTooLarge`` exception is raised on parsing. This mitigates a DoS
|
||||
+ attack where a larger number of form/file parts would result in disproportionate
|
||||
+ resource use.
|
||||
+
|
||||
Version 2.1.1
|
||||
Version 2.1.2
|
||||
-------------
|
||||
|
||||
|
||||
diff --git a/docs/request_data.rst b/docs/request_data.rst
|
||||
index 83c6278..e55841e 100644
|
||||
--- a/docs/request_data.rst
|
||||
|
||||
Reference in New Issue
Block a user