mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: update tests to not use deleted deprecations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from JQueryMethodCall mc, Expr e
|
||||
where mc.interpretsArgumentAsHtml(e)
|
||||
select mc, e
|
||||
from JQuery::MethodCall mc, DataFlow::Node node
|
||||
where mc.interpretsArgumentAsHtml(node)
|
||||
select mc, node
|
||||
|
||||
Reference in New Issue
Block a user