mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
Unsurprisingly, the only thing affected by this was the `import-helper` tests. These have lost all of the results relating to `ImportMember`s, but apart from that the underlying behaviour should be the same. I also limited the test to only `CfgNode`s, as a bunch of `EssaNode`s suddenly appeared when I switched to API graphs. Finally, I used `API::moduleImport` with a dotted name in the type tracking tests. This goes against the API graphs interface, but I think it's more correct for this use case, as these type trackers are doing the "module attribute lookup" bit manually.
4 lines
205 B
Markdown
4 lines
205 B
Markdown
lgtm,codescanning
|
|
* The `importNode` predicate from the data-flow library has been deprecated. In its place, we
|
|
recommend using the API graphs library, accessible via `import semmle.python.ApiGraphs`.
|
|
|