
If the form is only displayed for the same user that entered the values how can that be considered xss? The user can only attack himself
Just two questions: Normally the posted values of a form aren’t tested for XSS. But they are re-displayed in the form if one form field does not validate. Could this cause XSS? They are displayed too if there is a thankyou chunk. Could this cause XSS?
I think this XSS patch is really nessesary for eForm if one of answers is true.
{ $dataType = stripslashes( $formats[$name][2] );$fields[$name] = $value; }