Security context

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

kong/unirest-java
main @ 5a493bd
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Improper Certificate Validation: 1 prior fix. Scrutinize any change in this area.
SecurityConfig.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: The project historically used NoopHostnameVerifier.INSTANCE as a default configuration, leaving HTTP client connections vulnerable to man-in-the-middle (MITM) attacks. This was resolved by migrating to DefaultHostnameVerifier. New transport or configuration components must avoid reintroducing permissive hostname verifiers.