Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

airtable/airtable.js
master @ 55cc755
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.