chadtomkiss-tbp

Results 1 issues of chadtomkiss-tbp

When using HAML and Twig to render our templates, we have run into an issue that allows XSS. ``` - set name = '">alert(1);' %input(value=name) ``` The compiled template is:...