Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/Server.php: 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.
Auth Bypass: Attackers can supply unexpected query parameters to manipulate requests or bypass security controls if input parameters are not strictly filtered against a well-defined allowlist prior to signature verification.
Auth Bypass: Variations in path formatting, such as missing or duplicate leading slashes, can lead to signature mismatches or validation bypasses if the resource path is not normalized before generating or verifying the MD5 hash.