Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: fix api restriction for the permission category #51528

Merged
merged 2 commits into from
May 18, 2024

Commits on May 11, 2024

  1. benchmark: fix api restriction for the permission category

    give appropriate permissions to the following scripts:
    
    * permission-processhas-fs-read.js: 'ChildProcess' permission
    * permission-startup.js: 'FileSystemRead' permission
      > Paths delimited by comma (,) are no longer allowed.
    
    Refs: https://github.com/nodejs/node/blob/main/doc/api/cli.md#--allow-fs-read
    Signed-off-by: Ryan Qian <i@bitbili.net>
    bekcpear authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    111380e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    be98c2b View commit details
    Browse the repository at this point in the history