Security context

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

zendframework/zend-uri
master @ f739433
1
Fixes
0
CVEs
MEDIUM
Peak severity
0.0%
Coverage
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.