1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 17:55:08 +00:00

docs(security): polish wording in SECURITY_AUDIT

This commit is contained in:
fishwww-ww
2026-03-19 11:41:29 +08:00
parent 3b46b4ade6
commit 61da2dcdc5

View File

@@ -124,7 +124,7 @@ In addition to path blocking, these categories are protected:
## Implementation Details ## 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 - `validate_path_for_deletion()` - Empty, relative, traversal checks
- `should_protect_path()` - Prefix and pattern matching - `should_protect_path()` - Prefix and pattern matching