Update dependency quart to ^0.20.0 [SECURITY]#107
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
4fcec59 to
67fbcb5
Compare
67fbcb5 to
616e500
Compare
616e500 to
a468fed
Compare
a468fed to
b6486d0
Compare
b6486d0 to
2b12e79
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.18.4→^0.20.0Werkzeug possible resource exhaustion when parsing file data in forms
CVE-2024-49767 / GHSA-q34m-jh98-gwm2
More information
Details
Applications using Werkzeug to parse
multipart/form-datarequests are vulnerable to resource exhaustion. A specially crafted form body can bypass theRequest.max_form_memory_sizesetting.The
Request.max_content_lengthsetting, as well as resource limits provided by deployment software and platforms, are also available to limit the resources used during a request. This vulnerability does not affect those settings. All three types of limits should be considered and set appropriately when deploying an application.Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
pallets/quart (quart)
v0.20.0Compare Source
Released 2024-12-23
asyncio.iscoroutinefunctionfor Python 3.14.AsyncIterableto be passed toResponse.v0.19.9Compare Source
Released 2024-11-14
PROVIDE_AUTOMATIC_OPTIONSconfig for compatibility withFlask 3.1.
v0.19.8Compare Source
Released 2024-10-25
v0.19.7Compare Source
Released 2024-10-25
max_form_memory_sizeis applied when parsing large non-file fields.GHSA-q34m-jh98-gwm2
v0.19.6Compare Source
Released 2024-05-19
ContentRangein the right way.ResourceWarninginDataBody.__aiter__.v0.19.5Compare Source
Released 2024-04-01
DeprecationWarningfromdatetime.utcnow().teardown_websocketmethods.config_classtype.kwargsto be passed to the test client (matches Flask API).v0.19.4Compare Source
Released 2023-11-19
AfterWebsocketfunctions.ensure_asyncmethod.v0.19.3Compare Source
Released 2023-10-04
v0.19.2Compare Source
Released 2023-10-01
after_/before_websocketmethods.cligroup in Quart.v0.19.1Compare Source
Released 2023-09-30
QUART_ENVand env usage.v0.19.0Compare Source
Released 2023-09-30
dependency on Flask.
path.make_responseerrors if the value is incorrect.scopeextension value beingNone.abortmethod.root_pathusage..svgto Jinja's autoescaping.WebsocketResponseerror, by including the response.modeparameter to theconfig.from_filemethod.routescommand output.tomllibrather thantoml.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.