Fixes #99. We have added the hogan method for escaping user input and added a tutorial

This commit is contained in:
cktricky
2014-04-17 12:51:02 -04:00
parent 8cb6ff36ac
commit 8e4e084dc9
3 changed files with 158 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@
<%= render :partial => "layouts/tutorial/xss/xss_first"%>
</div> <!-- End Span12 -->
</div>
<div class="row-fluid">
<div class="span12"> <!-- Begin Span12 -->
<%= render :partial => "layouts/tutorial/xss/dom_xss"%>
</div> <!-- End Span12 -->
</div>
</div>
</div>