Merge pull request #5716 from erik-krogh/vscodeRegress

Approved by esbena
This commit is contained in:
CodeQL CI
2021-04-19 06:30:02 -07:00
committed by GitHub

View File

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