Highlights
Insecure Deserialization: 1 prior fix. Scrutinize any change in this area.
src/Command/BakeMigrationDiffCommand.php: 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.
SQL Injection: Unquoted parameters in sp_rename allow an attacker to inject SQL when renaming tables or columns, potentially altering database schema or extracting data.
Insecure Deserialization: Unserializing attacker-controlled migration file content without a class allowlist can lead to arbitrary object instantiation and potential RCE or data corruption.