Files
codeql/python/ql/test/library-tests/frameworks/Mako/template_test.py
2024-12-09 19:55:42 +00:00

4 lines
105 B
Python

from mako.template import Template
def test():
return Template("abc") # $ templateConstruction="abc"