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 c48a5a1 commit 59db0e7Copy full SHA for 59db0e7
javascript/ql/lib/semmle/javascript/dataflow/TaintTracking.qll
@@ -1204,9 +1204,6 @@ module TaintTracking {
1204
override predicate appliesTo(Configuration cfg) { any() }
1205
}
1206
1207
- /** Gets a variable that is defined exactly once. */
1208
- private Variable singleDef() { strictcount(result.getADefinition()) = 1 }
1209
-
1210
/**
1211
* An equality test on `e.origin` or `e.source` where `e` is a `postMessage` event object,
1212
* considered as a sanitizer for `e`.
0 commit comments