Restrict the reach for an additional taint step

This commit is contained in:
ALJI Mohamed
2022-10-19 16:08:49 +01:00
parent 25a7fcffc0
commit 9163cbec09

View File

@@ -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