codeql
codeql copied to clipboard
Java: Propagate taint through field reads
Currently Go and Javascript have this behaviour without any problems, but we have to check that it doesn't lead to FPs (or at least that they're balanced out by enough TPs) or any performance problems.
DCA shows an increase in analysis time of 13%-320%, plus one workflow failure:
[255/255 eval 230m25s] Query failed: codeql/java-queries/Security/CWE/CWE-532/SensitiveInfoLog.ql (Query evaluation ran out of Java heap (Java heap maximum: 3441 MiB). The evaluator previously allocated beyond the heap limit.
(eventual cause: OutOfMemoryError "Java heap space")).
CodeQL is out of memory. Try running CodeQL on a larger runner (hosted or self-hosted). If you continue to encounter this issue, contact GitHub Support.
This might be fixable, with some investigation.