Highlights
Improper Certificate Validation: 2 prior fixes. Scrutinize any change in this area.
lib/run_action.js: most-fixed (2 issues). 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.
Improper Certificate Validation: Both historical fixes target the same sink (rejectUnauthorized) and same component, indicating a repeated failure to enforce TLS validation by default. The allowUnauthorizedSsl option was a dangerous escape hatch that was initially misconfigured, then removed.