Denylist reason context #5888
LaivlyCurt
started this conversation in
Feature Requests
Replies: 1 comment
-
This is an interesting idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My request is to make the Denylist a Key/Value pair, such that they key is the command (with regex support) that is to be denied, and the value is a short description you can provide with context about that entry. Users could provide instructions in this context as to what to do instead of the command that it is attempting. eg1. if you deny "npx jest", you could include the context "use npm test instead, as it runs jest with the correct parameters already". eg2. if you deny using regex / && /, you could include the context "&& separator is not supported in this terminal, use semicolon as separator instead".
Beta Was this translation helpful? Give feedback.
All reactions