Java: add change note

This commit is contained in:
Jami Cogswell
2025-03-10 17:12:54 -04:00
parent 76433a31f7
commit 41aeb874f1

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added a path injection sanitizer for calls to `java.lang.String.matches`, `java.lang.String.replace`, and `java.lang.String.replaceAll` that make sure '/', '\', '..' are not in the path.