subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if sys.platform != "win32": return None try: out = subprocess.check_output( [ "powershell", "-NoProfile",- Confidence
- 89% confidence
- Finding
- out = subprocess.check_output( [ "powershell", "-NoProfile", "-Command", "[Environment]::GetEnvironmentVariable('GIT
