Skip to content

Commit 437bba1

Browse files
authored
Merge pull request github#5716 from erik-krogh/vscodeRegress
Approved by esbena
2 parents 36abf87 + 9e6f28e commit 437bba1

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/security/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/Xss.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module DomBasedXss {
211211
exists(JQuery::MethodCall call |
212212
call.interpretsArgumentAsHtml(this) and
213213
call.interpretsArgumentAsSelector(this) and
214-
analyze().getAType() = TTString()
214+
pragma[only_bind_out](analyze()).getAType() = TTString()
215215
)
216216
}
217217

0 commit comments

Comments
 (0)