Merge pull request #3332 from erik-krogh/JGrowl

Approved by esbena
This commit is contained in:
semmle-qlci
2020-04-23 13:06:00 +01:00
committed by GitHub
7 changed files with 41 additions and 1 deletions

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)
}
}