mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Python support ListElement in MaD
This commit is contained in:
@@ -108,6 +108,7 @@ isSource
|
||||
| test.py:119:20:119:30 | ControlFlowNode for getSource() | test-source |
|
||||
| test.py:124:1:124:33 | ControlFlowNode for Attribute() | test-source |
|
||||
| test.py:126:11:126:43 | ControlFlowNode for Attribute() | test-source |
|
||||
| test.py:129:11:129:39 | ControlFlowNode for Attribute() | test-source |
|
||||
syntaxErrors
|
||||
| Member[foo |
|
||||
| Member[foo] .Member[bar] |
|
||||
|
||||
@@ -27,7 +27,7 @@ extensions:
|
||||
- ["testlib", "Member[source_dict].DictionaryElement[key].Member[func].ReturnValue", "test-source"]
|
||||
- ["testlib", "Member[source_dict_any].DictionaryElementAny.Member[func].ReturnValue", "test-source"]
|
||||
# TODO: Add support for list/tuples
|
||||
# - ["testlib", "Member[source_list].ListElement.Member[func].ReturnValue", "test-source"]
|
||||
- ["testlib", "Member[source_list].ListElement.Member[func].ReturnValue", "test-source"]
|
||||
# - ["testlib", "Member[source_tuple].TupleElement[0].Member[func].ReturnValue", "test-source"]
|
||||
|
||||
- addsTo:
|
||||
|
||||
Reference in New Issue
Block a user