os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
if choice == '1': print("\n正在生成持仓报告...") os.system("python portfolio.py analyze") elif choice == '2': print("\n正在运行选股...") os.system("python selector.py")- Confidence
- 84% confidence
- Finding
- os.system("python portfolio.py analyze")
