mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
remove TODO: security check since we are handle that on enterprise side
This commit is contained in:
@@ -406,8 +406,6 @@ def _load_tools_from_init(init_file: Path) -> list[dict[str, Any]]:
|
|||||||
)
|
)
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
|
|
||||||
# TODO: Security check: prevent any inject malicious code, or stuff like that
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
"name": name,
|
"name": name,
|
||||||
|
|||||||
Reference in New Issue
Block a user