samimave / car-pool

Automatically exported from code.google.com/p/car-pool
0 stars 0 forks source link

input validation #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ALL input from the user (and any data passed between pages using
post/get)should go through a two-step validation process:  

- Firstly on their own browser to check the type/format of the data is
correct, javascript is a great way to manage this
- Secondly before any input is processed on the server it needs to be
checked for correctness including type/format but also that it is not malicious

Time frame: probably about a week, depending on the knowledge of
javascript, and availability of pre-existing libraries

Original issue reported on code.google.com by arlo.pho...@gmail.com on 13 Aug 2008 at 10:41

GoogleCodeExporter commented 9 years ago
I would like to claim this task which will also lend itself well to sorting out 
our
date format issues. Note I will be away this weekend and have an assignment due 
next
week so im looking at results in the first week of holidays.

Original comment by arlo.pho...@gmail.com on 13 Aug 2008 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by arlo.pho...@gmail.com on 20 Aug 2008 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by arlo.pho...@gmail.com on 20 Aug 2008 at 3:00

GoogleCodeExporter commented 9 years ago
On hold for now.

Original comment by arlo.pho...@gmail.com on 7 Sep 2008 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by arlo.pho...@gmail.com on 29 Sep 2008 at 9:21

GoogleCodeExporter commented 9 years ago
Was completed by Arlo

Original comment by parul2...@gmail.com on 14 Oct 2008 at 9:02