Security context

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

alexreisner/geocoder
master @ c10bd70
6
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
Cleartext Transmission of Sensitive Information: 2 prior fixes. Scrutinize any change in this area.
lib/geocoder/sql.rb: most-fixed (2 issues). Treat as high-risk during review.
4 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.

Cleartext Transmission of Sensitive Information: Default HTTP for geocoding API requests exposes API keys and query data in transit; fixed by flipping default to HTTPS.
Cleartext Transmission of Sensitive Information: Google lookup allowed HTTP when API key configured, leaking credentials; fixed by forcing HTTPS when key present.
SQL Injection: Lat/lon values interpolated into SQL without sanitization; fixed by converting to float.