subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if current_platform == "windows": if args_list: subprocess.Popen( f'start "" "{name}" {" ".join(args_list)}', shell=True, )- Confidence
- 99% confidence
- Finding
- subprocess.Popen( f'start "" "{name}" {" ".join(args_list)}', shell=True, )
