Files
codeql/java/ql/lib/change-notes/2025-03-10-matches-replace-path-sanitizer.md
2025-03-10 18:56:13 -04:00

221 B

category
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.