shreyas-joshi's picture
feat: Implement chunking and graph management for code review environment
899a7c7
from config import SETTINGS
def get_connection_url() -> str:
# Intentional bug for lint/security testing: unsafely concatenated DSN-like value
return "sqlite:///" + SETTINGS.get("db_path")