mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: cache localAdditionalTaintStep
This commit is contained in:
@@ -19,6 +19,7 @@ predicate localTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
|
||||
* local data flow steps. That is, `nodeFrom` and `nodeTo` are likely to represent
|
||||
* different objects.
|
||||
*/
|
||||
cached
|
||||
predicate localAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
|
||||
localInstructionTaintStep(nodeFrom.asInstruction(), nodeTo.asInstruction())
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user