Files
codeql/java/ql/lib/change-notes/2022-08-19-string-taint-models.md
Sebastian Bauersfeld da79ad854c Added change notes.
2022-08-19 17:46:02 +07:00

294 B

category
category
minorAnalysis
  • Added taint flow models for the java.lang.String.(charAt|getBytes) methods.
  • Improved taint flow models for the java.lang.String.(replace|replaceFirst|replaceAll) methods. Additional results may be found where users do not properly sanitize their inputs.