mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
python: Add summaries for container constructors
Also: - turn on flow summaries for taint - do not restrict node type (as now we need summary nodes)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.dict |
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.frozenset |
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.list |
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.reversed |
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.set |
|
||||
| file://:0:0:0:0 | parameter position 0 of builtins.tuple |
|
||||
| file://:0:0:0:0 | parameter position 1 of dict.setdefault |
|
||||
| test.py:1:1:1:21 | SynthDictSplatParameterNode |
|
||||
| test.py:1:19:1:19 | ControlFlowNode for x |
|
||||
|
||||
Reference in New Issue
Block a user