From e5bd62dbd3ff27d1feec5b05db8050d81f57a3ae Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Fri, 3 Jul 2026 11:13:58 +0100 Subject: [PATCH] Add change note --- .../2026-07-03-fix-pattern-sanitizer-tainted-path.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2026-07-03-fix-pattern-sanitizer-tainted-path.md diff --git a/java/ql/lib/change-notes/2026-07-03-fix-pattern-sanitizer-tainted-path.md b/java/ql/lib/change-notes/2026-07-03-fix-pattern-sanitizer-tainted-path.md new file mode 100644 index 00000000000..b04c6594445 --- /dev/null +++ b/java/ql/lib/change-notes/2026-07-03-fix-pattern-sanitizer-tainted-path.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Regular expression checks via annotation with `@javax.validation.constraints.Pattern` are now recognized as sanitizers for `java/path-injection`.