subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
candidates = [[*shlex.split(command), "auth", "print-access-token"]] for cmd in candidates: try: token = subprocess.check_output( cmd, env=env, text=True,- Confidence
- 83% confidence
- Finding
- token = subprocess.check_output( cmd, env=env, text=True, stderr=subprocess.DEVNULL, timeout=45,
