remove TODO: security check since we are handle that on enterprise side

This commit is contained in:
Lucas Gomide
2025-06-03 10:55:20 -03:00
parent 506302d519
commit ee20e78007

View File

@@ -406,8 +406,6 @@ def _load_tools_from_init(init_file: Path) -> list[dict[str, Any]]:
)
raise SystemExit(1)
# TODO: Security check: prevent any inject malicious code, or stuff like that
return [
{
"name": name,