tanuj87 / webgoat

Automatically exported from code.google.com/p/webgoat
0 stars 0 forks source link

DOM Injection error with FF #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the DomInjection  tutorial, the validate() Java Script function doesn’t 
work because the text input it is trying to get only has a name=”key”.  
This works in IE, but not FF.  To make it work in FF, you also need the 
id=”key” attribute.

Reported by Chris Roe.

Original issue reported on code.google.com by mayhe...@gmail.com on 15 Dec 2008 at 1:37

GoogleCodeExporter commented 9 years ago
Here is a patch for the latest code in SVN.

The affected class is org.owasp.lessons.DOMInjection

Original comment by dijital....@gmail.com on 16 Dec 2008 at 8:52

Attachments:

GoogleCodeExporter commented 9 years ago
Changes submitted, verification has not been performed.  

Original comment by mayhe...@gmail.com on 17 Dec 2008 at 1:07

GoogleCodeExporter commented 9 years ago
I downloaded the WebGoat-OWASP_Standard-5.2.zip from the download section,but 
the
problem persist at the present date (21 Jul 2009).

Original comment by Angelo.C...@gmail.com on 21 Jun 2009 at 7:02