Highlights
Command Injection: 1 prior fix. Scrutinize any change in this area.
Actions: 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.
XSS: Insecure attribute serialization during SSR can allow malicious users to inject script tags or execute arbitrary javascript if dynamic attribute names or values are not strictly validated before serialization.
Command Injection: Using inline workflow expressions (such as pull request titles or user inputs) within shell 'run:' steps can lead to arbitrary code execution within runners. Utilizing environment variables prevents the shell from evaluating these inputs as command arguments.