subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
print("-" * 50) try: result = subprocess.run( cmd, shell=True, cwd=str(luban_cli_path.parent) if luban_cli_path.exists() else ".",- Confidence
- 99% confidence
- Finding
- result = subprocess.run( cmd, shell=True, cwd=str(luban_cli_path.parent) if luban_cli_path.exists() else ".", capture_output
