Files
codeql/java/ql/lib/change-notes/2022-04-26-additional-file-taint-flow.md
Jonathan Leitschuh 2565cdb964 Add additional File taint value flow models
Adds
 - File::getAbsoluteFile
 - File::getCanonicalFile
 - File::getAbsolutePath
 - File::getCanonicalPath
2022-04-26 10:42:53 -04:00

203 B

category
category
minorAnalysis
  • Add taint models for the following File methods:
    • File::getAbsoluteFile
    • File::getCanonicalFile
    • File::getAbsolutePath
    • File::getCanonicalPath