Skip to content

Commit 0c41811

Browse files
yofftausbn
andauthored
Update python/ql/src/semmle/python/frameworks/Stdlib.qll
Co-authored-by: Taus <[email protected]>
1 parent a8280f9 commit 0c41811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ private module Stdlib {
948948
typePreservingCall(nodeFrom, result)
949949
)
950950
or
951-
// Type-preserving attribute
951+
// Type-preserving attribute access
952952
exists(DataFlow::Node nodeFrom, DataFlow::TypeTracker t2 |
953953
nodeFrom.getALocalSource() = pathlibPath(t2) and
954954
t2.end()

0 commit comments

Comments
 (0)