Files
codeql/python/ql/lib/change-notes/2023-10-10-api-graphs-import-star.md
Rasmus Wriedt Larsen ee75b104eb Python: Add change-note
2023-10-10 17:45:11 +02:00

246 B

category
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()