From 61da2dcdc56bbe5812c05a563844c2f5a3773346 Mon Sep 17 00:00:00 2001 From: fishwww-ww <2470335462@qq.com> Date: Thu, 19 Mar 2026 11:41:29 +0800 Subject: [PATCH] docs(security): polish wording in SECURITY_AUDIT --- SECURITY_AUDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY_AUDIT.md b/SECURITY_AUDIT.md index 3663832..0f11df9 100644 --- a/SECURITY_AUDIT.md +++ b/SECURITY_AUDIT.md @@ -124,7 +124,7 @@ In addition to path blocking, these categories are protected: ## Implementation Details -All deletion routes through `lib/core/file_ops.sh`: +All deletion routes pass through `lib/core/file_ops.sh`: - `validate_path_for_deletion()` - Empty, relative, traversal checks - `should_protect_path()` - Prefix and pattern matching