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