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 1ab75eb commit 9e6f28eCopy full SHA for 9e6f28e
javascript/ql/src/semmle/javascript/security/dataflow/Xss.qll
@@ -211,7 +211,7 @@ module DomBasedXss {
211
exists(JQuery::MethodCall call |
212
call.interpretsArgumentAsHtml(this) and
213
call.interpretsArgumentAsSelector(this) and
214
- analyze().getAType() = TTString()
+ pragma[only_bind_out](analyze()).getAType() = TTString()
215
)
216
}
217
0 commit comments