Skip to content

Commit 9dad2d6

Browse files
committed
JS: Update DataFlowConsistency
1 parent ce00bd2 commit 9dad2d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ private module ConsistencyConfig implements InputSig<Location, JSDataFlow> {
2626
or
2727
n instanceof FlowSummaryDynamicParameterArrayNode
2828
or
29+
n instanceof FlowSummaryDefaultExceptionalReturn
30+
or
2931
n instanceof GenericSynthesizedNode
3032
or
3133
n = DataFlow::globalAccessPathRootPseudoNode()

0 commit comments

Comments
 (0)