mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Restrict the reach for an additional taint step
This commit is contained in:
@@ -97,6 +97,7 @@ class Configuration extends TaintTracking::Configuration {
|
||||
exists(AttrRead attr, MethodCallNode call |
|
||||
attr.accesses(nodeFrom, "getmembers") and
|
||||
nodeFrom = call.getObject() and
|
||||
nodeFrom instanceof AllTarfileOpens and
|
||||
nodeTo = call
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user