fix(config): migrate coreTools setting to tools.core (#27947)

This commit is contained in:
Gal Zahavi
2026-06-16 14:34:08 -07:00
committed by GitHub
parent 97455e5d43
commit 926f3d9b95
10 changed files with 52 additions and 112 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ environment to a blocklist.
<!-- prettier-ignore -->
> [!WARNING]
> Blocklisting with `excludeTools` is less secure than
> allowlisting with `coreTools`, as it relies on blocking known-bad commands,
> allowlisting with `tools.core`, as it relies on blocking known-bad commands,
> and clever users may find ways to bypass simple string-based blocks.
> **Allowlisting is the recommended approach.**