We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a3251 commit ce004e9Copy full SHA for ce004e9
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/Files.qll
@@ -52,9 +52,7 @@ private DataFlow::Node fileInstance() {
52
)
53
}
54
55
-private string ioReaderClassMethodName() {
56
- result = ["binread", "foreach", "read", "readlines", "try_convert"]
57
-}
+private string ioReaderClassMethodName() { result = ["binread", "foreach", "read", "readlines"] }
58
59
private string ioReaderInstanceMethodName() {
60
result =
0 commit comments