Skip to content

Commit cc2ca4c

Browse files
authored
Merge pull request #34 from vaisu-bhut/dd_agent
Security Debugging
2 parents b70f3b4 + d3e718a commit cc2ca4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

services/security-agent/app/core/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ class Settings(BaseSettings):
2323
SECURITY_XSS_PROTECTION_ENABLED: bool = True
2424
SECURITY_SQL_INJECTION_DETECTION_ENABLED: bool = True
2525
SECURITY_COMMAND_INJECTION_DETECTION_ENABLED: bool = True
26-
SECURITY_LLM_CHECK_ENABLED: bool = True
26+
SECURITY_LLM_CHECK_ENABLED: bool = (
27+
False # Disabled due to langchain_google_vertexai import hang
28+
)
2729
SECURITY_LLM_CHECK_THRESHOLD: float = 0.85
2830

2931
# TOON Conversion Settings

0 commit comments

Comments
 (0)