Security context

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

caelum/caelum-stella
master @ 54ce3f9
2
Fixes
0
CVEs
MEDIUM
Peak severity
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
stella-core/src/main/java/br/com/caelum/stella/validation/CPFValidator.java: 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.

Auth Bypass: A null CPF value was historically accepted as valid rather than triggering a validation error, allowing unvalidated or empty identifiers to bypass core logical blocks. Ensure null inputs are explicitly rejected during assertion.
Auth Bypass: Validation failures did not throw a proper ValidatorException in the JSF validator wrapper, causing JSF to treat failed validations as successful form submissions. Strict exception propagation must be enforced.