mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +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)
|