subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
env["EVERYTHING_CLI_SKILL_ROOT"] = str(SKILL_ROOT) env["EVERYTHING_CLI_REPO_ROOT"] = str(REPO_ROOT) env["EVERYTHING_CLI_CACHE_ROOT"] = str(CACHE_ROOT) return subprocess.run( [ powershell, "-NoLogo",- Confidence
- 91% confidence
- Finding
- return subprocess.run( [ powershell, "-NoLogo", "-NoProfile", "-ExecutionPolicy", "Bypass", "-File", str
