mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +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()