From 8140cb3a1b834346a47ede4aec02490e459d0063 Mon Sep 17 00:00:00 2001 From: cktricky Date: Sun, 16 Mar 2014 16:19:07 -0400 Subject: [PATCH] added the basic template of a tutorial guide for the newly added logic flaw, now I have to fill it out :-( (j/k) --- .../_insecure_crypto_reuse.html.erb | 70 +++++++++++++++++++ app/views/tutorials/logic_flaws.html.erb | 5 ++ 2 files changed, 75 insertions(+) create mode 100644 app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb diff --git a/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb b/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb new file mode 100644 index 0000000..d7ce9f3 --- /dev/null +++ b/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb @@ -0,0 +1,70 @@ +
+
+
+ Logic Flaws - Insecure Encryption Re-use +
+
+
+
+
+ +
+
+ insert desc +
+
+
+
+ +
+
+ insert bug info +
+
+
+
+ +
+
+

Insecure Encryption Re-use ATTACK:

+ insert attack +

Insecure Encryption Re-use SOLUTION:

+ insert solution +
+
+
+
+ +
+
+ insert hint +
+
+
+
+
+
\ No newline at end of file diff --git a/app/views/tutorials/logic_flaws.html.erb b/app/views/tutorials/logic_flaws.html.erb index f2367d0..ed83c4f 100644 --- a/app/views/tutorials/logic_flaws.html.erb +++ b/app/views/tutorials/logic_flaws.html.erb @@ -5,6 +5,11 @@ <%= render :partial => ("layouts/tutorial/logic_flaws/broken_regexp")%> +
+
+ <%= render :partial => ("layouts/tutorial/logic_flaws/insecure_crypto_reuse")%> +
+