node icon indicating copy to clipboard operation
node copied to clipboard

src,pm: disable WASI when pm is enabled

Open RafaelGSS opened this issue 1 year ago • 1 comments

Following up https://hackerone.com/reports/2470213.

The permission model currently does not cover WASI by default, and that's expected. But, it seems that I failed to document it properly (A (brief) documentation effort was made on https://github.com/nodejs/node/pull/47782). I am creating a --allow-wasi flag to address this issue and potentially block WASI entirely.

RafaelGSS avatar May 23 '24 20:05 RafaelGSS

Review requested:

  • [ ] @nodejs/gyp
  • [ ] @nodejs/security-wg
  • [ ] @nodejs/wasi

nodejs-github-bot avatar May 23 '24 20:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59393/

nodejs-github-bot avatar May 24 '24 18:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59528/

nodejs-github-bot avatar May 29 '24 18:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59546/

nodejs-github-bot avatar May 30 '24 17:05 nodejs-github-bot

Landed in 3ab0499d434078676261512a67897f4c2f433e43

nodejs-github-bot avatar Jun 01 '24 13:06 nodejs-github-bot