mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +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)
|
||||
|
||||
# TODO: Security check: prevent any inject malicious code, or stuff like that
|
||||
|
||||
return [
|
||||
{
|
||||
"name": name,
|
||||
|
||||
Reference in New Issue
Block a user