You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If huh is used in tandem with wish, using huh.Text exposes the server to RCE (for example, EDITOR=vim, then the user simply has to type :! rm -rf /
Describe the solution you'd like
Request boolean to disable editor.
Describe alternatives you've considered
A docker-compose sandbox would mitigate the issue - to a degree, better to have an option to completely turn off EDITOR however.
The text was updated successfully, but these errors were encountered:
If huh is used in tandem with wish, using huh.Text exposes the server to RCE (for example, EDITOR=vim, then the user simply has to type
:! rm -rf /
Describe the solution you'd like
Request boolean to disable editor.
Describe alternatives you've considered
A docker-compose sandbox would mitigate the issue - to a degree, better to have an option to completely turn off EDITOR however.
The text was updated successfully, but these errors were encountered: