Fix sloptrap name

This commit is contained in:
Samuel Aubertin
2025-11-08 11:10:45 +01:00
parent 636098a15b
commit 1ff834a1d1
3 changed files with 40 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
# Test Scenarios
This directory contains cases that stress Sloptrap's hardening and deployment flow. Each subdirectory mimics a user repository and focuses on a single class of behaviour. Use `run_tests.sh` to execute the automated checks with stubbed tooling.
This directory contains cases that stress sloptrap's hardening and deployment flow. Each subdirectory mimics a user repository and focuses on a single class of behaviour. Use `run_tests.sh` to execute the automated checks with stubbed tooling.
Current scenarios:
@@ -9,4 +9,4 @@ Current scenarios:
- `symlink_escape/` — confirms symlink targets resolving outside the project are blocked.
- `manifest_injection/` — ensures disallowed `make.*` overrides abort parsing.
- `helper_symlink/` — ensures `.sloptrap-ignores` cannot be a symlink to directories outside the project.
- `secret_mask/` — verifies masked files remain hidden even when Sloptrap remaps the workspace mount.
- `secret_mask/` — verifies masked files remain hidden even when sloptrap remaps the workspace mount.