| category | minorAnalysis |
|---|
- The
java/trust-boundary-violationquery now recognizes regular expression checks (includingString.matches()guards and@javax.validation.constraints.Patternannotations) as sanitizers, consistent with the existing treatment of ESAPI validators. This reduces false positives when input is validated against a pattern before being stored in a session.