mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Merge pull request #5716 from erik-krogh/vscodeRegress
Approved by esbena
This commit is contained in:
@@ -211,7 +211,7 @@ module DomBasedXss {
|
||||
exists(JQuery::MethodCall call |
|
||||
call.interpretsArgumentAsHtml(this) and
|
||||
call.interpretsArgumentAsSelector(this) and
|
||||
analyze().getAType() = TTString()
|
||||
pragma[only_bind_out](analyze()).getAType() = TTString()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user