Update javascript/ql/src/semmle/javascript/frameworks/jQuery.qll

Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
Esben Sparre Andreasen
2019-04-09 14:25:01 +01:00
committed by GitHub
parent 39bafa354e
commit b72c678b2c

View File

@@ -289,7 +289,7 @@ private class JQueryClientRequest extends CustomClientRequest {
module JQuery {
/**
* Holds if the given method on a jQuery object may interpret any of its
* Holds if method `name` on a jQuery object may interpret any of its
* arguments as HTML.
*/
predicate isMethodArgumentInterpretedAsHtml(string name) {