bashCommandIsSafe_DEPRECATED function
Deprecated version of bashCommandIsSafe for heredoc recursive calls.
Implementation
// ignore: non_constant_identifier_names
SecurityResult bashCommandIsSafe_DEPRECATED(String command) {
return bashCommandIsSafe(command);
}