subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if args.install: import subprocess subprocess.check_call([ sys.executable, "-m", "pip", "install", "-r", str(Path(__file__).resolve().parent / "requirements.txt") ])- Confidence
- 95% confidence
- Finding
- subprocess.check_call([ sys.executable, "-m", "pip", "install", "-r", str(Path(__file__).resolve().parent / "requirements.txt") ])
