mirror of
https://github.com/github/codeql.git
synced 2026-01-03 09:40:17 +01:00
Required a small change in `DataFlow::importModule` to get the desired behaviour (cf. the type trackers defined in `moduleattr.ql`, but this should be harmless. The node that is added doesn't have any flow anywhere.
Small tests that explore difference between import mypkg.foo and from mypkg import foo.