Add change note

This commit is contained in:
Owen Mansel-Chan
2026-02-14 19:25:44 +00:00
parent 94f1d94a2b
commit 597be6a1c0

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Using a regular expression to check that a string doesn't contain any line breaks is already a sanitizer for `java/log-injection`. Additional ways of doing the regular expression check are now recognised, including annotation with `@javax.validation.constraints.Pattern`.