mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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.