Files
codeql/python/ql/test/experimental/import-resolution-namespace-relative/pkg/sub/caller2.py

6 lines
107 B
Python

from .. import helper
def use_multi_level_relative():
tainted = source()
helper.process2(tainted)