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 1997e0a commit 3cc1525Copy full SHA for 3cc1525
javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll
@@ -20,7 +20,6 @@ private class Node = DataFlow::Node;
20
21
class PostUpdateNode = DataFlow::PostUpdateNode;
22
23
-// TODO: this bypasses refinement nodes, and therefore some sanitisers
24
class SsaUseNode extends DataFlow::Node, TSsaUseNode {
25
private ControlFlowNode expr;
26
0 commit comments