Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-04 | Revert "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-18 | feat: update warning message for --allow-run with no list (#25693) | Bartek IwaĆczuk | |
Ref https://github.com/denoland/deno/pull/25215#discussion_r1762064605 | |||
2024-09-16 | feat: warn when using `--allow-run` with no allow list (#25215) | David Sherret | |
2024-09-16 | refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) | David Sherret | |
This makes the permission system more versatile. |