Rasmus Wriedt Larsen
|
f8253f5fef
|
Python: Fully disallow API::moduleImport of module with dots
Inspired by discussion about this for MaD in
https://github.com/github/codeql/pull/8883#discussion_r865858084
|
2022-05-12 13:30:26 +02:00 |
|
Rasmus Wriedt Larsen
|
597a8414d9
|
Python: Add test of API::moduleImport with dots
This is currently semi-works -- the import is allowed, but doesn't
always work when used :|
|
2022-05-12 13:29:16 +02:00 |
|
Erik Krogh Kristensen
|
5e23da813f
|
rename named-parameters to keyword-parameters
|
2022-02-03 23:10:39 +01:00 |
|
Erik Krogh Kristensen
|
3801a158a8
|
remove module exporst nodes from API graphs
|
2022-02-03 23:10:39 +01:00 |
|
Erik Krogh Kristensen
|
3be3da2eb6
|
add recursive API-graph test
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
ef5818e243
|
support import * in ApiGraphs
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
16774ba285
|
add support for named parameters in API graphs
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
095c73f1fe
|
redo the ApiGraph testing framework
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
66fd43fc3b
|
add def edge for function returns
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
d8eea7ba4c
|
property writes are def nodes
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
a908b219e9
|
more backtracking of def nodes, and lots of tests
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
038b032a43
|
get basic module exports to work in API-graphs
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
df9efbe778
|
get mimimal def nodes to work in python
|
2022-02-03 23:10:38 +01:00 |
|
Erik Krogh Kristensen
|
52ca0d168b
|
move API-graph tests out of the experimental test folder
|
2022-02-03 23:10:37 +01:00 |
|