Skip to content

Commit dd37c47

Browse files
committed
JS: Remove mention of results from comments
1 parent fb54a3b commit dd37c47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ private import semmle.javascript.security.dataflow.UnsafeJQueryPluginCustomizati
1212
* A taint-tracking configuration for reasoning about XSS through the DOM.
1313
*/
1414
module XssThroughDomConfig implements DataFlow::ConfigSig {
15-
// NOTE: Gained FP in Lucifier due to spurious source but with more data flow (I think).
16-
// TODO: Seen unexplained FP in meteor, likely due to spurious flow into a callback coming from another call site
1715
predicate isSource(DataFlow::Node source) { source instanceof Source }
1816

1917
predicate isSink(DataFlow::Node sink) { sink instanceof DomBasedXss::Sink }

0 commit comments

Comments
 (0)