Skip to content

Commit 7fef1a8

Browse files
authored
Merge pull request #5069 from tausbn/python-api-graphs
Python: Add support for API graphs
2 parents d7505e4 + 78cb534 commit 7fef1a8

File tree

18 files changed

+722
-2
lines changed

18 files changed

+722
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* Added support for API graphs. Data-flow nodes referring to an external API component such as `flask.views.View` can now be found using `API::moduleImport("flask").getMember("views").getMember("View").getAUse()` when the `semmle.python.ApiGraphs` module has been imported.

0 commit comments

Comments
 (0)