Skip to content

Commit 67fdd86

Browse files
committed
JS: Add TODO
1 parent 81af9a1 commit 67fdd86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ private class Node = DataFlow::Node;
2020

2121
class PostUpdateNode = DataFlow::PostUpdateNode;
2222

23+
// TODO: this bypasses refinement nodes, and therefore some sanitisers
2324
class SsaUseNode extends DataFlow::Node, TSsaUseNode {
2425
private ControlFlowNode expr;
2526

0 commit comments

Comments
 (0)