1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 20:15:07 +00:00

Merge pull request #596 from fishwww-ww/docs/security-audit-update

docs(security): polish wording in SECURITY_AUDIT
This commit is contained in:
Tw93
2026-03-19 14:21:03 +08:00
committed by GitHub

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