subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
pip_args.extend(["--user", "--break-system-packages"]) try: subprocess.check_call( pip_args, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL- Confidence
- 95% confidence
- Finding
- subprocess.check_call( pip_args, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL )
