mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
It's nice that it fixes the `InsecureProtocol` test-case (which maybe should have been a test-case for the import resolution library in the first place?) But it's not quite right: 1. it adds spurious flow for `clashing_attr` 2. it runs into huge problems for typetracking_imports/tracked.expected 3. it runs into the problem for https://github.com/github/codeql/pull/10176 with an `from <pkg> import *` blocking flow from previously defined variable, that is NOT overridden. (simplistic_reexport.bar_attr)