-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency flask to v2.2.5 [security] #17
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pypi-flask-vulnerability
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
177c92c
to
460d4f9
Compare
460d4f9
to
81abafd
Compare
81abafd
to
8adb627
Compare
8adb627
to
ab77957
Compare
ab77957
to
a7adffa
Compare
a7adffa
to
d0c2019
Compare
d0c2019
to
67fc168
Compare
67fc168
to
1c7094a
Compare
1c7094a
to
9aaa126
Compare
9aaa126
to
abbb8a8
Compare
abbb8a8
to
6fcb8d0
Compare
6fcb8d0
to
8c0acea
Compare
b6ba5ad
to
03d3f0b
Compare
03d3f0b
to
0476ad5
Compare
0476ad5
to
708fb1f
Compare
708fb1f
to
9c1fac6
Compare
9c1fac6
to
ed184fe
Compare
ed184fe
to
748d60e
Compare
748d60e
to
db51d86
Compare
db51d86
to
4467f46
Compare
4467f46
to
8798f37
Compare
8798f37
to
c1459a6
Compare
c1459a6
to
0e06357
Compare
0e06357
to
de3d02a
Compare
de3d02a
to
3bce231
Compare
3bce231
to
f29fa6f
Compare
f29fa6f
to
ff1b54d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
==2.2.3
->==2.2.5
GitHub Vulnerability Alerts
CVE-2023-30861
When all of the following conditions are met, a response containing data intended for one client may be cached and subsequently sent by a proxy to other clients. If the proxy also caches
Set-Cookie
headers, it may send one client'ssession
cookie to other clients. The severity depends on the application's use of the session, and the proxy's behavior regarding cookies. The risk depends on all these conditions being met.session.permanent = True
.SESSION_REFRESH_EACH_REQUEST
is enabled (the default).Cache-Control
header to indicate that a page is private or should not be cached.This happens because vulnerable versions of Flask only set the
Vary: Cookie
header when the session is accessed or modified, not when it is refreshed (re-sent to update the expiration) without being accessed or modified.Release Notes
pallets/flask (flask)
v2.2.5
Compare Source
Released 2023-05-02
Vary: Cookie
header when the session is accessed, modified, or refreshed.v2.2.4
Compare Source
Released 2023-04-25
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 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.