subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
"--tags", "足球,测试", "--schedule", "2026-03-26 16:00", ] subprocess.run(command, check=True) if __name__ == "__main__":- Confidence
- 70% confidence
- Finding
- subprocess module calls execute external commands. Without careful input validation, this enables command injection.
