subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
gate = Path(stack) / "clawhub" / "mirrors" / "lygo-protocol-stack-operator" / "scripts" / "lygo_p0_gate.py" if not gate.is_file(): return -1 return subprocess.call([sys.executable, str(gate), str(path)]) def text_gate(content: str) -> dict:- Confidence
- 96% confidence
- Finding
- return subprocess.call([sys.executable, str(gate), str(path)])
