subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
return env_token # Fallback: try gh CLI try: result = subprocess.run( ["gh", "auth", "token"], capture_output=True, text=True, timeout=5, )- Confidence
- 95% confidence
- Finding
- result = subprocess.run( ["gh", "auth", "token"], capture_output=True, text=True, timeout=5, )
