summaryrefslogtreecommitdiff
path: root/tests/specs/permission
AgeCommit message (Expand)Author
2024-10-10fix(unstable/worker): ensure import permissions are passed (#26101)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-18feat: update warning message for --allow-run with no list (#25693)Bartek Iwańczuk
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-04fix(regression): do not expose resolved path in Deno.Command permission denie...David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci