Highlights
SSRF: 1 prior fix. Scrutinize any change in this area.
src/Uri.php: most-fixed (1 issue). Treat as high-risk during review.
0 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.
SSRF: Inadequate validation of path-only URIs starting with double slashes ('//') can cause downstream components to misinterpret the URI path as an authority/host block. This host confusion can be exploited to bypass access controls or redirect outgoing connections, leading to SSRF or open redirect vulnerabilities.