3.1.3
📦 flaskView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
Flask 3.1.3 is a security fix release addressing an issue where session access was not correctly tracked for key-only operations.
🐛 Bug Fixes
- The session is marked as accessed for operations that only access the keys but not the values, such as 'in' and 'len', addressing security issue GHSA-68rp-wp8r-4726.