Searched refs:taintedEnvironment (Results 1 – 1 of 1) sorted by relevance
167 public Process exec(String[] taintedCommand, String[] taintedEnvironment, File workingDirectory, in exec() argument179 String[] environment = taintedEnvironment != null ? taintedEnvironment.clone() : null; in exec()