mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Data flow: No magic in parameterThroughFlowCand
This commit is contained in:
@@ -548,6 +548,7 @@ private predicate throughFlowNodeCand(Node node, Configuration config) {
|
||||
}
|
||||
|
||||
/** Holds if flow may return from `callable`. */
|
||||
pragma[nomagic]
|
||||
private predicate returnFlowCallableCand(
|
||||
DataFlowCallable callable, ReturnKindExt kind, Configuration config
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user