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 5a51d71 commit abf0c0fCopy full SHA for abf0c0f
python/ql/lib/semmle/python/frameworks/Asyncpg.qll
@@ -13,7 +13,7 @@ private import semmle.python.frameworks.data.ModelsAsData
13
private module Asyncpg {
14
class AsyncpgModel extends ModelInput::TypeModelCsv {
15
override predicate row(string row) {
16
- // package1;type1;package2;type2;path
+ // type1;type2;path
17
row =
18
[
19
// a `ConnectionPool` that is created when the result of `asyncpg.create_pool()` is awaited.
@@ -31,7 +31,7 @@ private module Asyncpg {
31
}
32
33
class AsyncpgSink extends ModelInput::SinkModelCsv {
34
- // package;type;path;kind
+ // type;path;kind
35
36
37
0 commit comments