File size: 199 Bytes
899a7c7
 
 
 
 
 
1
2
3
4
5
6
7
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")