diff --git a/README.md b/README.md index f1bdb6fea738ce..33ec62d271db5e 100644 --- a/README.md +++ b/README.md @@ -889,15 +889,15 @@ releases on a rotation basis as outlined in the * [bengl](https://github.com/bengl) - **Bryan English** <> (he/him) * [HeroDevs](https://www.herodevs.com/) - * [juanarbol](https://github.com/juanarbol) - OpenJSF handle: `juanarbol` + * [juanarbol](https://github.com/juanarbol) - OpenJS Slack handle: `juanarbol` **Juan José Arboleda** <> (he/him) - * [marco-ippolito](https://github.com/marco-ippolito) - OpenJSF handle: `Marco Ippolito` + * [marco-ippolito](https://github.com/marco-ippolito) - OpenJS Slack handle: `Marco Ippolito` **Marco Ippolito** <> (he/him) * [NodeSource](https://nodesource.com/) - * [RafaelGSS](https://github.com/RafaelGSS) - OpenJSF handle: `RafaelGSS` + * [RafaelGSS](https://github.com/RafaelGSS) - OpenJS Slack handle: `RafaelGSS` **Rafael Gonzaga** <> (he/him) * [Platformatic](https://platformatic.dev/) - * [mcollina](https://github.com/mcollina) - OpenJSF handle: `mcollina` + * [mcollina](https://github.com/mcollina) - OpenJS Slack handle: `mcollina` **Matteo Collina** <> (he/him) * [Red Hat](https://redhat.com) / [IBM](https://ibm.com) * [BethGriggs](https://github.com/BethGriggs) - diff --git a/doc/api/cli.md b/doc/api/cli.md index 4d8e806723866d..b21170e02b76a7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2174,6 +2174,16 @@ following permissions are restricted: * WASI - manageable through [`--allow-wasi`][] flag * Addons - manageable through [`--allow-addons`][] flag +### `--permission-audit` + + + +Enable audit only for the permission model. When enabled, permission checks +are performed but access is not denied. Instead, a warning is emitted for +each permission violation via diagnostics channel. + ### `--preserve-symlinks`