mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Python: Model os.stat (and friends)
This commit is contained in:
@@ -42,3 +42,8 @@ import genericpath
|
||||
posixpath.exists("filepath") # $ getAPathArgument="filepath"
|
||||
ntpath.exists("filepath") # $ getAPathArgument="filepath"
|
||||
genericpath.exists("filepath") # $ getAPathArgument="filepath"
|
||||
|
||||
import os
|
||||
|
||||
os.stat("filepath") # $ getAPathArgument="filepath"
|
||||
os.stat(path="filepath") # $ getAPathArgument="filepath"
|
||||
|
||||
Reference in New Issue
Block a user