chore(deps): bump gunicorn from 21.2.0 to 23.0.0 in /backend
KnoksPix is an AI-first creative workspace combining different tasks.
Brought to you by:
knoksen
Originally created by: dependabot[bot]
Bumps gunicorn from 21.2.0 to 23.0.0.
Sourced from gunicorn's releases.
23.0.0
Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety
You're invited to upgrade asap your own installation.
23.0.0 - 2024-08-10
- minor docs fixes (:pr:
3217, :pr:3089, :pr:3167)- worker_class parameter accepts a class (:pr:
3079)- fix deadlock if request terminated during chunked parsing (:pr:
2688)- permit receiving Transfer-Encodings: compress, deflate, gzip (:pr:
3261)- permit Transfer-Encoding headers specifying multiple encodings. note: no parameters, still (:pr:
3261)- sdist generation now explicitly excludes sphinx build folder (:pr:
3257)- decode bytes-typed status (as can be passed by gevent) as utf-8 instead of raising
TypeError(:pr:2336)- raise correct Exception when encounting invalid chunked requests (:pr:
3258)- the SCRIPT_NAME and PATH_INFO headers, when received from allowed forwarders, are no longer restricted for containing an underscore (:pr:
3192)- include IPv6 loopback address
[::1]in default for :ref:forwarded-allow-ipsand :ref:proxy-allow-ips(:pr:3192)** NOTE **
- The SCRIPT_NAME change mitigates a regression that appeared first in the 22.0.0 release
- Review your :ref:
forwarded-allow-ipssetting if you are still not seeing the SCRIPT_NAME transmitted- Review your :ref:
forwarder-headerssetting if you are missing headers after upgrading from a version prior to 22.0.0** Breaking changes **
- refuse requests where the uri field is empty (:pr:
3255)- refuse requests with invalid CR/LR/NUL in heade field values (:pr:
3253)- remove temporary
--tolerate-dangerous-framingswitch from 22.0 (:pr:3260)- If any of the breaking changes affect you, be aware that now refused requests can post a security problem, especially so in setups involving request pipe-lining and/or proxies.
Fix CVE-2024-1135
Gunicorn 22.0 has been released
Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation.
Changes:
22.0.0 - 2024-04-17 ===================
- use
utimeto notify workers liveness- migrate setup to pyproject.toml
- fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors)
- parsing additional requests is no longer attempted past unsupported request framing
- on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
- requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
Trailer fields are no longer inspected for headers indicating secure scheme </tr></table>
... (truncated)
411986d fix doc334392e Merge pull request #2559](https://github.com/href="https://redirect.github.com/benoitc/gunicorn/issues/2559">/issues/2559) from laggardkernel/bugfix/reexec-enve75c353 Merge pull request #3189](https://github.com/href="https://redirect.github.com/benoitc/gunicorn/issues/3189">/issues/3189) from pajod/patch-py369357b28 keep document user in access_log_format setting79fdef0 bump to 23.0.03acd9fb Merge pull request #2620](https://github.com/href="https://redirect.github.com/benoitc/gunicorn/issues/2620">/issues/2620) from talkerbox/improve-access-log-format-docs3f56d76 Merge pull request #3192](https://github.com/href="https://redirect.github.com/benoitc/gunicorn/issues/3192">/issues/3192) from pajod/patch-allowed-script-name256d474 docs: revert duped directiveffa48b5 test: default change was intentional52538ca docs: recommend SCRIPT_NAME=/subfolderDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
deps,python. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.