mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Summary model for File should include overriden methods
This commit is contained in:
@@ -298,8 +298,8 @@ private predicate summaryModelCsv(string row) {
|
||||
"java.net;URI;false;toURL;;;Argument[-1];ReturnValue;taint",
|
||||
"java.net;URI;false;toString;;;Argument[-1];ReturnValue;taint",
|
||||
"java.net;URI;false;toAsciiString;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;false;toURI;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;false;toPath;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;true;toURI;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;true;toPath;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;true;getAbsoluteFile;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;true;getCanonicalFile;;;Argument[-1];ReturnValue;taint",
|
||||
"java.io;File;true;getAbsolutePath;;;Argument[-1];ReturnValue;taint",
|
||||
|
||||
Reference in New Issue
Block a user