Merge pull request 'fix: ATTACKS_OUT directory not guaranteed to exist (#816)' (#843) from fix/issue-816 into master

This commit is contained in:
johba 2026-03-16 00:08:17 +01:00
commit b4f549bf05

View file

@ -21,6 +21,8 @@ die() { log "FATAL: $*" >&2; exit 1; }
[[ -f "$INJECT" ]] || die "inject.sh not found at $INJECT"
mkdir -p "$ATTACKS_OUT"
# Reset cross-patterns file for this sweep invocation (prevents stale data from prior runs)
> "$CROSS_PATTERNS_FILE"