mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
291 B
291 B
lgtm,codescanning
- Added support for API graphs. Data-flow nodes referring to an external API component such as
flask.views.Viewcan now be found usingAPI::moduleImport("flask").getMember("views").getMember("View").getAUse()when thesemmle.python.ApiGraphsmodule has been imported.