mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
Fix wrong method name
This commit is contained in:
@@ -24,7 +24,7 @@ private predicate fileRead(VarAccess fileAccess, Expr fileReadingExpr) {
|
||||
fileAccess = ma.getArgument(0) and
|
||||
filesMethod
|
||||
.hasName(["readAllBytes", "readAllLines", "readString", "lines", "newBufferedReader",
|
||||
"newInputReader", "newByteChannel"])
|
||||
"newInputStream", "newByteChannel"])
|
||||
)
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user