mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
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:
committed by
GitHub
parent
39bafa354e
commit
b72c678b2c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user