We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e474f commit 0a96867Copy full SHA for 0a96867
java/ql/src/semmle/code/java/security/FileReadWrite.qll
@@ -24,7 +24,7 @@ private predicate fileRead(VarAccess fileAccess, Expr fileReadingExpr) {
24
fileAccess = ma.getArgument(0) and
25
filesMethod
26
.hasName(["readAllBytes", "readAllLines", "readString", "lines", "newBufferedReader",
27
- "newInputReader", "newByteChannel"])
+ "newInputStream", "newByteChannel"])
28
)
29
30
or
0 commit comments