This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 9a3b8176b fix(script): upgrade Lua version to fix CVE-2024-31449 and
CVE-2025-49844 (#3435)
9a3b8176b is described below
commit 9a3b8176b8c976d759d571d5105da49f24d08b94
Author: 纪华裕 <[email protected]>
AuthorDate: Thu Apr 9 11:57:22 2026 +0800
fix(script): upgrade Lua version to fix CVE-2024-31449 and CVE-2025-49844
(#3435)
Upgrade Lua version to fix CVE-2024-31449 and CVE-2025-49844.
https://github.com/RocksLabs/lua/commit/c77781d0c23df021a903a9a6199d301ec559e9cd
fix https://github.com/apache/kvrocks/issues/3434 fix
https://github.com/apache/kvrocks/issues/3433
---
cmake/lua.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/lua.cmake b/cmake/lua.cmake
index d3f6794e2..a1d3a23aa 100644
--- a/cmake/lua.cmake
+++ b/cmake/lua.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(lua
- RocksLabs/lua f458c3d797db31155fa0c156d5301716df48cb8c
- MD5=c7c4deb9f750d8f2bef0044a701df85c
+ RocksLabs/lua c77781d0c23df021a903a9a6199d301ec559e9cd
+ MD5=8e9f463af29c0fe17baea52f21e5b790
)
FetchContent_GetProperties(lua)