index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
permissions
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-11-12
chore: make fields public on `PermissionDeniedError` and `deno_kv::KvConfig`...
Richard Carson
2024-11-12
fix(ext/node): handle `--allow-sys=inspector` (#26836)
Divy Srivastava
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-17
feat(permissions): expose PromptResponse (#26358)
Lucas Nogueira
2024-10-17
feat(permissions): expose PermissionPrompter and set_prompter function (#26327)
Lucas Nogueira
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-03
fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...
Simon Lecoq
2024-09-30
refactor: bury descriptor parsing in PermissionsContainer (#25936)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-20
fix(flags): properly error out for urls (#25770)
Leo Kettmeir
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-06
refactor(permissions): remove FromStr implementations, add ::parse methods (#...
Bartek Iwańczuk
2024-09-04
fix(regression): do not expose resolved path in Deno.Command permission denie...
David Sherret
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-08-20
fix(cli): update permission prompt message for compiled binaries (#24081)
Yazan AbdAl-Rahman
2024-08-19
chore: improve accessing special file test (#25099)
David Sherret
2024-07-10
fix: Add sys permission kinds for node compat (#24242)
Adam Gregory
2024-07-05
fix(permissions): handle ipv6 addresses correctly (#24397)
Luca Casonato
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-05-16
fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)
Divy Srivastava
2024-05-10
fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)
Matt Mastracci
2024-05-08
fix(runtime): allow nul device on windows (#23741)
Matt Mastracci
2024-05-07
fix(runtime): allow r/w access to /etc without --allow-all (#23718)
Luca Casonato
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-03-26
fix(runtime): use FQDN in NetDescriptor (#23084)
Nayeem Rahman
2024-03-13
perf(permissions): Fast exit from checks when permission is in "fully-granted...
Matt Mastracci
2024-03-13
chore(permissions): add allow_all flag (#22890)
Matt Mastracci
2024-03-12
fix(runtime): negate partial condition for deny flags (#22866)
Nayeem Rahman
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava