mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
5 lines
246 B
Markdown
5 lines
246 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* Added better support for API graphs when encountering `from ... import *`. For example in the code `from foo import *; Bar()`, we will now find a result for `API::moduleImport("foo").getMember("Bar").getACall()`
|