We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb4193 commit 944f884Copy full SHA for 944f884
python/ql/lib/semmle/python/frameworks/Gradio.qll
@@ -58,9 +58,9 @@ module Gradio {
58
call.getParameter(1).asSink().asCfgNode() instanceof ListNode
59
) and
60
(
61
- this = call.getKeywordParameter("inputs").getASuccessor().getAValueReachingSink()
+ this = call.getKeywordParameter("inputs").getASubscript().getAValueReachingSink()
62
or
63
- this = call.getParameter(1).getASuccessor().getAValueReachingSink()
+ this = call.getParameter(1).getASubscript().getAValueReachingSink()
64
)
65
66
0 commit comments