Files
codeql/python/ql/test/3/library-tests/taint/strings/test.py
2020-08-24 17:14:51 +02:00

6 lines
113 B
Python

def fstring():
tainted_string = TAINTED_STRING
ensure_tainted(
f"foo {tainted_string} bar"
)