-
feat(security): implement IP ban for repeated management key and Redis AUTH failures
发布于
2026-04-25 13:39:58 +00:00 - Added IP ban logic to
AuthenticateManagementKeyand Redis protocol handlers, blocking requests after multiple failed attempts. - Introduced unit tests to validate IP ban behavior across localhost and remote clients.
- Synchronized Redis protocol's authentication policy with management key validation.
下载附件
- Added IP ban logic to