test(compat): harden fixture containment cleanup

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-07-14 06:12:00 +00:00
co-authored by naiba/CloudCode
parent 92a1cc76be
commit be9af6fcb3
4 changed files with 91 additions and 0 deletions
@@ -18,6 +18,7 @@ const (
PathRejectionDestructiveRoot PathRejectionReason = "destructive_root"
PathRejectionEscape PathRejectionReason = "escape"
PathRejectionSymlinkParent PathRejectionReason = "symlink_parent"
PathRejectionSymlinkFinal PathRejectionReason = "symlink_final"
PathRejectionADS PathRejectionReason = "ads"
)