subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
cmd.extend(command.split() if isinstance(command, str) else command) try: self.process = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,- Confidence
- 82% confidence
- Finding
- self.process = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
