mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01: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()