We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb61f87 commit 149b235Copy full SHA for 149b235
python/ql/lib/semmle/python/frameworks/Asyncpg.qll
@@ -44,15 +44,6 @@ private module Asyncpg {
44
}
45
46
47
- /** Reverse lokup of the path argument name for a method accessing the file system. */
48
- private string fileAccessMethodName(string pathArg) {
49
- result in ["copy_from_query", "copy_from_table"] and
50
- pathArg = "output"
51
- or
52
- result = "copy_to_table" and
53
- pathArg = "source"
54
- }
55
-
56
/** `Connection`s and `ConnectionPool`s provide some methods that access the file system. */
57
class FileAccessOnConnection extends FileSystemAccess::Range, DataFlow::MethodCallNode {
58
string methodName;
0 commit comments