added the basic template of a tutorial guide for the newly added logic flaw, now I have to fill it out :-( (j/k)

This commit is contained in:
cktricky
2014-03-16 16:19:07 -04:00
parent d11617f272
commit 8140cb3a1b
2 changed files with 75 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@
<%= render :partial => ("layouts/tutorial/logic_flaws/broken_regexp")%>
</div> <!-- End Span12-->
</div>
<div class="row-fluid">
<div class="span12">
<%= render :partial => ("layouts/tutorial/logic_flaws/insecure_crypto_reuse")%>
</div> <!-- End Span12-->
</div>
</div>
</div>