mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Update python/ql/src/semmle/python/frameworks/Stdlib.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user