Highlights
Argument Injection: 1 prior fix. Scrutinize any change in this area.
.github/workflows/test.yaml: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Argument Injection: Improperly escaped command-line argument construction can allow malicious input to modify the execution context of the underlying MariaDB database process. This can lead to unauthorized execution parameters or arbitrary argument injection.
Insecure Temporary File: Using predictable or non-isolated socket paths on local UNIX filesystems can allow local socket hijacking or conflicts when multiple database instances are instantiated on the same machine.
Privilege Escalation: Over-privileged GitHub Actions workflows running with global write permissions expose the repository to compromise if a test dependency or execution environment is manipulated.