Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 217 Bytes

play-framework-xss-gotchas.md

File metadata and controls

3 lines (2 loc) · 217 Bytes

Play Framework XSS gotchas

One thing to note when using Play Framework and specifically Twirl templates is that using @Html() in your templates will implicility trust the content and not escape any of the HTML.