add $.jGrowl as an XSS sink

This commit is contained in:
Erik Krogh Kristensen
2020-04-23 10:44:41 +02:00
parent da3292606c
commit 90652eeb25

View File

@@ -99,6 +99,8 @@ module DomBasedXss {
this = any(Typeahead::TypeaheadSuggestionFunction f).getAReturn()
or
this = any(Handlebars::SafeString s).getAnArgument()
or
this = any(JQuery::MethodCall call | call.getMethodName() = "jGrowl").getArgument(0)
}
}