mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Change getASuccessor() to getASubscript()
This commit is contained in:
@@ -58,9 +58,9 @@ module Gradio {
|
||||
call.getParameter(1).asSink().asCfgNode() instanceof ListNode
|
||||
) and
|
||||
(
|
||||
this = call.getKeywordParameter("inputs").getASuccessor().getAValueReachingSink()
|
||||
this = call.getKeywordParameter("inputs").getASubscript().getAValueReachingSink()
|
||||
or
|
||||
this = call.getParameter(1).getASuccessor().getAValueReachingSink()
|
||||
this = call.getParameter(1).getASubscript().getAValueReachingSink()
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user