Security context

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

google/guice
master @ 55a2b68
4
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
core/src/com/google/inject/internal/BindingImpl.java: most-fixed (1 issue). Treat as high-risk during review.
2 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.

Auth Bypass: Untrusted binders can spoof their element source to bypass restrictions. Guice must enforce strong validation flags on the path trust chain of elements.
Auth Bypass: Exposing public constructors for binding implementations allows external untrusted packages to forge internal dependency bindings. Access must be strictly restricted to package-private.
Path Traversal: Servlet and filter routing patterns can be bypassed using unnormalized path traversal sequences. Path normalization must occur before pattern matching.