Skip to content

chore(deps): update dependency flask to v3.1.3 [security]#737

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pypi-flask-vulnerability
Open

chore(deps): update dependency flask to v3.1.3 [security]#737
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pypi-flask-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2026

This PR contains the following updates:

Package Change Age Confidence
flask (changelog) ==3.1.2==3.1.3 age confidence

GitHub Vulnerability Alerts

CVE-2026-27205

When the session object is accessed, Flask should set the Vary: Cookie header. This instructs caches not to cache the response, as it may contain information specific to a logged in user. This is handled in most cases, but some forms of access such as the Python in operator were overlooked.

The severity depends on the application's use of the session, and the cache's behavior regarding cookies. The risk depends on all these conditions being met.

  1. The application must be hosted behind a caching proxy that does not ignore responses with cookies.
  2. The application does not set a Cache-Control header to indicate that a page is private or should not be cached.
  3. The application accesses the session in a way that does not access the values, only the keys, and does not mutate the session.

Release Notes

pallets/flask (flask)

v3.1.3

Compare Source

Released 2026-02-18

  • The session is marked as accessed for operations that only access the keys
    but not the values, such as in and len. :ghsa:68rp-wp8r-4726

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 0ac8f31 to 32c8533 Compare February 25, 2026 13:50
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 32c8533 to 8dd7c9f Compare February 26, 2026 09:19
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 8dd7c9f to e2ba85c Compare February 26, 2026 12:49
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from e2ba85c to bf586f0 Compare February 27, 2026 09:39
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from bf586f0 to a26b4f0 Compare February 27, 2026 18:28
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from a26b4f0 to 25e6c11 Compare March 2, 2026 10:16
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 25e6c11 to b02b9e2 Compare March 4, 2026 12:34
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from b02b9e2 to 7bf5cda Compare March 9, 2026 22:42
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 7bf5cda to 24288b5 Compare March 10, 2026 19:50
@renovate renovate bot force-pushed the renovate/pypi-flask-vulnerability branch from 24288b5 to e6a4ea7 Compare March 12, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants