Files
codeql/python/ql/test/query-tests/Imports/PyCheckerTests/options
Rasmus Wriedt Larsen 5cc2efef8e Python: Fix FPs for py/import-own-module
Before I added `--max-import-depth=2`, there was a bit of trouble, where it
would alert on `from pkg_ok import foo2` -- since all the `pkg_ok.foo<n>`
modules were missing, I guess the analysis didn't make any assumptions on
whether `foo2` is a module or a regular attribute.
2020-02-11 11:45:48 +01:00

2 lines
47 B
Plaintext

semmle-extractor-options: --max-import-depth=2