subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
print(f"\n=== 安装缺失的依赖 ===\n") try: subprocess.run( [sys.executable, '-m', 'pip', 'install', '-r', os.path.join(get_root_dir(), 'requirements.txt')], check=True- Confidence
- 91% confidence
- Finding
- subprocess.run( [sys.executable, '-m', 'pip', 'install', '-r', os.path.join(get_root_dir(), 'requirements.txt')], check=True )
