We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea17de6 commit ae051afCopy full SHA for ae051af
javascript/ql/src/semmle/javascript/frameworks/jQuery.qll
@@ -590,10 +590,6 @@ module JQuery {
590
read.getBase().getALocalSource() = [dollar(), objectRef()] and
591
read.mayHavePropertyName(name)
592
)
593
- or
594
- // Handle contributed JQuery objects that aren't source nodes (usually parameter uses)
595
- getReceiver() = legacyObjectSource() and
596
- this.(DataFlow::MethodCallNode).getMethodName() = name
597
}
598
599
/**
0 commit comments