Skip to content

Restrict unnecessary Deno permissions #12

@bartlomieju

Description

@bartlomieju

Looking at the action script I found:

`deno run -q -A --unstable ${config.postprocess} ${filename}`

Deno is run with -A flag which enables all permissions; it's probably not a big deal, but it seems that permissions could be restricted a bit to --allow-read, --allow-write, --allow-net and --allow-env; ie. disable ability to load native plugins, HR timing and spawning subprocesses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions