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 9acb58e commit 4e515bcCopy full SHA for 4e515bc
javascript/ql/lib/semmle/javascript/dataflow/internal/TaintTrackingPrivate.qll
@@ -41,7 +41,7 @@ pragma[inline_late]
41
private BasicBlock getBasicBlockFromSsa2(Ssa2::Node node) {
42
result = node.(Ssa2::ExprNode).getExpr().getBasicBlock()
43
or
44
- node.(Ssa2::SsaInputNode).isInputInto(_, result)
+ result = node.(Ssa2::SsaInputNode).getBasicBlock()
45
}
46
47
/**
0 commit comments