Commit c1d92a69 authored by Oran Agra's avatar Oran Agra
Browse files

Redis 7.0.14

parent 6573acbd
......@@ -12,6 +12,20 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Redis 7.0.14 Released Wed 18 Oct 2023 10:33:40 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
Security fixes
==============
* (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a
race condition that can be used by another process to bypass desired Unix
socket permissions on startup.
================================================================================
Redis 7.0.13 Released Wed 06 Sep 2023 15:00:00 IDT
================================================================================
......
#define REDIS_VERSION "7.0.13"
#define REDIS_VERSION_NUM 0x0007000d
#define REDIS_VERSION "7.0.14"
#define REDIS_VERSION_NUM 0x0007000e
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment