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 ec82d61 commit 9e28502Copy full SHA for 9e28502
python/ql/src/experimental/Security/UnsafeUnpackQuery.qll
@@ -24,7 +24,7 @@ API::Node tarfileOpen() {
24
}
25
26
/**
27
- * Handle the previous three cases, plus the use of `closing` in the previous cases
+ * A class for handling the previous three cases, plus the use of `closing` in with the previous cases
28
*/
29
class AllTarfileOpens extends API::CallNode {
30
AllTarfileOpens() {
@@ -153,7 +153,7 @@ class UnsafeUnpackingConfig extends TaintTracking::Configuration {
153
// Open a file for access using builtin
154
exists(API::CallNode cn |
155
cn = API::builtin("open").getACall() and
156
- nodeTo = cn.(API::CallNode).getArg(0) and
+ nodeTo = cn.getArg(0) and
157
cn.flowsTo(nodeFrom)
158
)
159
or
0 commit comments