There was an error while loading. Please reload this page.
2 parents b70f3b4 + d3e718a commit cc2ca4cCopy full SHA for cc2ca4c
1 file changed
services/security-agent/app/core/config.py
@@ -23,7 +23,9 @@ class Settings(BaseSettings):
23
SECURITY_XSS_PROTECTION_ENABLED: bool = True
24
SECURITY_SQL_INJECTION_DETECTION_ENABLED: bool = True
25
SECURITY_COMMAND_INJECTION_DETECTION_ENABLED: bool = True
26
- SECURITY_LLM_CHECK_ENABLED: bool = True
+ SECURITY_LLM_CHECK_ENABLED: bool = (
27
+ False # Disabled due to langchain_google_vertexai import hang
28
+ )
29
SECURITY_LLM_CHECK_THRESHOLD: float = 0.85
30
31
# TOON Conversion Settings
0 commit comments