bashCommandIsSafe_DEPRECATED function

SecurityResult bashCommandIsSafe_DEPRECATED(
  1. String command
)

Deprecated version of bashCommandIsSafe for heredoc recursive calls.

Implementation

// ignore: non_constant_identifier_names
SecurityResult bashCommandIsSafe_DEPRECATED(String command) {
  return bashCommandIsSafe(command);
}