v4.4.4
版本发布时间: 2023-03-29 21:53:43
redis/redis-py最新发布版本:v5.0.9(2024-07-30 22:11:09)
Changes
Upgrade urgency: SECURITY, contains fixes to security issues.
- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.
- (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.
🐛 Bug Fixes
- Fixing cancelled async futures (#2671 )