Highlights
Arbitrary Code Execution: 1 prior fix. Scrutinize any change in this area.
modules/processors/frame/core.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Arbitrary Code Execution: The application dynamically imports frame processor modules based on user-supplied or configurable processor names. Without strict allowlist validation, this allows an attacker to execute arbitrary code by forcing the application to load untrusted modules via Python's import system.