fix(tooling): resolve package-owned tool allowlist

This commit is contained in:
rookiestar28
2026-06-04 14:55:36 +08:00
parent db9067a380
commit 9784328e40
6 changed files with 291 additions and 14 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ Debug script for S35 Transform Isolation.
Verifies that the correct executor (TransformProcessRunner) is allowed/loaded.
"""
from pathlib import Path
import sys
from pathlib import Path
# Ensure project root is in path
ROOT = Path(__file__).resolve().parents[2]
+1 -1
View File
@@ -3,8 +3,8 @@ Verify S30 Security Doctor output.
"""
import os
from pathlib import Path
import sys
from pathlib import Path
# Add project root to path
ROOT = Path(__file__).resolve().parents[2]