-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Current message:
A shebang 'py' was found, but does not match any supported template (e.g. '/usr/bin/python').
Using the shebang as an arbitrary command instead. Configure 'shebang_can_run_anything' to disable this.
Should make it something like:
A shebang 'py' was found, but does not match any supported template (e.g. '/usr/bin/python'), so it will be treated as an arbitrary command.
To prevent execution of programs that are not Python runtimes, set 'shebang_can_run_anything' to 'false' in your configuration file.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request