We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e62a51 commit ce00bd2Copy full SHA for ce00bd2
javascript/ql/lib/semmle/javascript/internal/flow_summaries/ExceptionFlow.qll
@@ -22,6 +22,10 @@ private predicate isCallback(DataFlow::SourceNode node) {
22
23
/**
24
* Summary that propagates exceptions out of callbacks back to the caller.
25
+ *
26
+ * This summary only applies to calls that have no other call targets.
27
+ * See also `FlowSummaryDefaultExceptionalReturn`, which handles calls that have a summary target,
28
+ * but where the summary does not mention `ReturnValue[exception]`.
29
*/
30
private class ExceptionFlowSummary extends SummarizedCallable, LibraryCallableInternal {
31
ExceptionFlowSummary() { this = "Exception propagator" }
0 commit comments