summaryrefslogtreecommitdiff
path: root/tests/specs/run/allow_run_insecure_warnings/main.ts
AgeCommit message (Collapse)Author
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
Although using `--allow-run` without an allow list gives basically no security, I think we should remove this warning because it gets in the way and the only way to disable it is via --quiet.
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret