Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
jesse/controllers/lsp_controller.py: most-fixed (3 issues). Treat as high-risk during review.
4 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.
Auth Bypass: Critical API endpoints, including administrative, configuration, and trade execution paths, lacked authentication token verification, allowing unauthorized remote actors to manipulate application state.
Auth Bypass: Repeated failures to enforce authorization checks on the LSP configuration retrieval endpoint risked exposing sensitive system configurations to unauthorized clients.
Denial of Service: The lack of zero-divisor validation during indicator metric calculations allows DivisionByZero or overflow exceptions to crash trading execution threads.