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.
2 parents 36abf87 + 9e6f28e commit 437bba1Copy full SHA for 437bba1
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