mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update python/ql/lib/semmle/python/frameworks/Stdlib.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -222,9 +222,7 @@ private module StdlibPrivate {
|
||||
// these check if the file exists
|
||||
"exists", "lexists", "isfile", "isdir", "islink", "ismount",
|
||||
// these raise errors if the file does not exist
|
||||
"getatime", "getmtime", "getctime", "getsize",
|
||||
// this will resolve symlinks
|
||||
"realpath"
|
||||
"getatime", "getmtime", "getctime", "getsize"
|
||||
])
|
||||
.getACall()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user