From 35a11504d729af6fd1c79a7fc5de5dd0b327f49c Mon Sep 17 00:00:00 2001 From: iven Date: Sat, 18 Apr 2026 09:24:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20=E5=AE=A1=E8=AE=A1=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E4=BF=AE=E5=A4=8D=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/log.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/log.md b/wiki/log.md index dc67f91..ceb0af3 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -9,6 +9,13 @@ tags: [log, history] > Append-only 操作记录。格式: `## [日期] 类型 | 描述` +## 2026-04-18 fix | 审计后续 3 项修复 + +- Shell Hands 残留清理 3 处 (message.rs 注释/profiler 偏好/handStore mock) +- FTS5 CJK 查询修复: sanitize_fts_query 从精确短语改为 token OR 组合 +- WASM HTTP 响应大小限制: Content-Length 预检 + 1MB 上限 +- zclaw-growth 集成测试 2/2 修复, 全量 651 测试 0 失败 + ## 2026-04-18 fix | 深度审计修复 — WASM 安全 + 编译路径 - CRITICAL: zclaw_file_read 路径遍历修复 (组件级过滤)