Commit Graph

1 Commits

Author SHA1 Message Date
Wang Mingyu
5f3ca17c07 python3-redis: upgrade 4.5.1 -> 4.5.4
Changelog:
==========
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 (#2666)
    Fix: do not use asyncio's timeout lib before 3.11.2 (#2659)
    Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630)

Maintenance
--------------
    Minor fixes for #2666 and enhanced async test (#2673)
    Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669)
    Removing accidentally checked in files (#2642)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00