mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
committed by
GitHub
parent
34778578db
commit
e1ecc4662c
@@ -1001,7 +1001,7 @@ private predicate flowThroughCall(
|
||||
not cfg.isLabeledBarrier(output, summary.getEndLabel())
|
||||
)
|
||||
or
|
||||
// exception thrown inside an immidiatly awaited function call.
|
||||
// exception thrown inside an immediately awaited function call.
|
||||
exists(DataFlow::FunctionNode f, DataFlow::Node invk, DataFlow::Node ret |
|
||||
f.getFunction().isAsync()
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user