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

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2021-10-04 11:36:53 +02:00
committed by GitHub
parent 02e91b3902
commit 4521a9fdf0

View File

@@ -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()
}