Update docs/tools_configuration.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
54eb65aad8
commit
36f6221772
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ Commands with a risk level **above** `risk_threshold` are blocked before executi
|
|||
#### Argument modifiers
|
||||
|
||||
Some commands change risk depending on their arguments. For example, `rm` is
|
||||
`medium` by default but becomes `critical` when called with `-rf`.
|
||||
classified as `high` by default, and `rm -rf` is treated as `critical`.
|
||||
|
||||
You can add custom argument modifiers via config. Each entry lists tokens that
|
||||
must all be present (order-independent) and the resulting level:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue