mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
2 lines
291 B
Markdown
2 lines
291 B
Markdown
lgtm,codescanning
|
|
* 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. |