From 6fb8d935ec43cb22f7a6190b9bff4427d6270bae Mon Sep 17 00:00:00 2001 From: Curt Hash Date: Thu, 8 Oct 2009 15:54:42 -0600 Subject: [PATCH] summary of puzzles 1-4 --- puzzles/webapp/summary.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/puzzles/webapp/summary.txt b/puzzles/webapp/summary.txt index e69de29..767d14c 100644 --- a/puzzles/webapp/summary.txt +++ b/puzzles/webapp/summary.txt @@ -0,0 +1,8 @@ +10: the key is in the generated source. +20: enter a non-integer into form field and submit. the key is in the resulting + traceback. +30: change the value in the GET request to a non-integer. the key is in the + resulting traceback. +40: change the value in the POST request to a non-integer. the key is in the + resulting traceback. +