Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions news/6837.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update locked `aiohttp==3.14.3` and `cryptography==50.0.0`, clearing CVE-2026-59881, CVE-2026-69243, CVE-2026-69244 and CVE-2026-69247. Both are transitive development dependencies of the docs app and are not installed with Reflex.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ reflex-components-recharts = false
reflex-components-sonner = false
reflex-enterprise = false
reflex-hosting-cli = false
# Pulled in transitively (docs app -> reflex-enterprise -> joserfc), so there is no floor
# to pin here; exempt it so security fixes (CVE-2026-69247 shipped in 50.0.0) resolve as
# soon as they publish instead of waiting out the exclude-newer window.
cryptography = false
# Security fix (CVE-2026-54283 form() DoS) shipped in starlette 1.3.1; exempt so the
# pinned floor resolves before it ages out of the exclude-newer window.
starlette = false
Expand Down
Loading
Loading