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 1954a60 commit ea569dbCopy full SHA for ea569db
javascript/ql/src/semmle/javascript/frameworks/jQuery.qll
@@ -613,7 +613,7 @@ module JQuery {
613
}
614
615
/**
616
- * Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>`.
+ * Holds for jQuery plugin definitions of the form `$.fn.<pluginName> = <plugin>` or $.extend($.fn, {<pluginName>, <plugin>})`.
617
*/
618
predicate jQueryPluginDefinition(string pluginName, DataFlow::Node plugin) {
619
exists(DataFlow::PropRead fn, DataFlow::PropWrite write |
0 commit comments