mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
294 B
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.