diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-04 08:16:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-04 08:16:35 +0100 |
| commit | b8a9a4a862e4d61630c5bc8089261c7a177ec97a (patch) | |
| tree | 05f93162e3324e5cbf884cae29dfc9ec853bfccd /tests/specs/run/allow_run_insecure_warnings/__test__.jsonc | |
| parent | 779a98cd39b781091427e68b1548d4f3189a8595 (diff) | |
Revert "feat: warn when using --allow-run with no allow list" (#26021)
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.
Diffstat (limited to 'tests/specs/run/allow_run_insecure_warnings/__test__.jsonc')
| -rw-r--r-- | tests/specs/run/allow_run_insecure_warnings/__test__.jsonc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc b/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc deleted file mode 100644 index b64146ee9..000000000 --- a/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "tests": { - "no_allow_list": { - "args": "run --allow-run main.ts", - "output": "no_allow_list.out" - } - } -} |
