If I allow, let’s say, grep -r, what controls are in place the prevent something like:
grep -r <something>; cd ..;do something bad elsewhere
or
grep -r <something> | php
If I allow, let’s say, grep -r, what controls are in place the prevent something like:
grep -r <something>; cd ..;do something bad elsewhere
or
grep -r <something> | php
hi @kev_rm we do check also commands after | for example.
As long as your Settings are set to “Use Allowlist” it will check them. You can ask agent to do so. If the first command is in your allow list but the second is not then it will ask for permission.