mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02:00
6 lines
107 B
Python
6 lines
107 B
Python
from .. import helper
|
|
|
|
def use_multi_level_relative():
|
|
tainted = source()
|
|
helper.process2(tainted)
|