Highlights
Insecure Deserialization: 1 prior fix. Scrutinize any change in this area.
src/utils/default_config_settings.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.
Insecure Deserialization: The use of pickle.load to restore configuration settings allowed arbitrary code execution if an attacker could supply or manipulate the serialized configuration file. This has been remediated by migrating to JSON format.