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 da32926 commit 90652eeCopy full SHA for 90652ee
javascript/ql/src/semmle/javascript/security/dataflow/Xss.qll
@@ -99,6 +99,8 @@ module DomBasedXss {
99
this = any(Typeahead::TypeaheadSuggestionFunction f).getAReturn()
100
or
101
this = any(Handlebars::SafeString s).getAnArgument()
102
+ or
103
+ this = any(JQuery::MethodCall call | call.getMethodName() = "jGrowl").getArgument(0)
104
}
105
106
0 commit comments