diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch b/meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch index 61551d8fca..351f939b78 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch +++ b/meta-python/recipes-devtools/python/python3-werkzeug/CVE-2023-25577.patch | |||
| @@ -25,15 +25,15 @@ index a351d7c..6e809ba 100644 | |||
| 25 | +++ b/CHANGES.rst | 25 | +++ b/CHANGES.rst |
| 26 | @@ -1,5 +1,10 @@ | 26 | @@ -1,5 +1,10 @@ |
| 27 | .. currentmodule:: werkzeug | 27 | .. currentmodule:: werkzeug |
| 28 | 28 | ||
| 29 | +- Specify a maximum number of multipart parts, default 1000, after which a | 29 | +- Specify a maximum number of multipart parts, default 1000, after which a |
| 30 | + ``RequestEntityTooLarge`` exception is raised on parsing. This mitigates a DoS | 30 | + ``RequestEntityTooLarge`` exception is raised on parsing. This mitigates a DoS |
| 31 | + attack where a larger number of form/file parts would result in disproportionate | 31 | + attack where a larger number of form/file parts would result in disproportionate |
| 32 | + resource use. | 32 | + resource use. |
| 33 | + | 33 | + |
| 34 | Version 2.1.1 | 34 | Version 2.1.2 |
| 35 | ------------- | 35 | ------------- |
| 36 | 36 | ||
| 37 | diff --git a/docs/request_data.rst b/docs/request_data.rst | 37 | diff --git a/docs/request_data.rst b/docs/request_data.rst |
| 38 | index 83c6278..e55841e 100644 | 38 | index 83c6278..e55841e 100644 |
| 39 | --- a/docs/request_data.rst | 39 | --- a/docs/request_data.rst |
