Highlights
Remote Code Execution: 1 prior fix. Scrutinize any change in this area.
dragonfire/__init__.py: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Remote Code Execution: When Dragonfire is configured to run in server mode, incoming messages or client commands can trigger privileged OS operations (via PyKeyboard, PyMouse, and system commands) if host and execution-mode boundaries are not strictly enforced.
SQL Injection: The application relied on a vulnerable version of SQLAlchemy (1.2.10) susceptible to SQL injection attacks (CVE-2019-7164 and CVE-2019-7548), presenting a risk if external inputs are processed through database queries.