Update python/ql/src/semmle/python/frameworks/Stdlib.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2021-04-20 22:15:09 +02:00
committed by GitHub
parent a8280f9b12
commit 0c4181178d

View File

@@ -948,7 +948,7 @@ private module Stdlib {
typePreservingCall(nodeFrom, result)
)
or
// Type-preserving attribute
// Type-preserving attribute access
exists(DataFlow::Node nodeFrom, DataFlow::TypeTracker t2 |
nodeFrom.getALocalSource() = pathlibPath(t2) and
t2.end()