NAME

HTML::Form::XSS::Result - Result of XSS HTML form test.

SYNOPSIS

my $result = HTML::Form::XSS::Result->new(	#using are modified result class
	form => $form,
	names => \@names,
	check => '<script>alert(1);</script>'
);

DESCRIPTION

Please see <HTML::XSSLint::Result> for details, as this object inherits all of its functions.

METHODS

example();

my $exampleUrl $result->example();

Returns a full URL with query string to get an example for a vulnerable result. Returns undef if the result is not vulnerable.

AUTHOR

MacGyveR <dumb@cpan.org>

Development questions, bug reports, and patches are welcome to the above address

COPYRIGHT

Copyright (c) 2009 MacGyveR. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 24:

You can't have =items (as at line 35) unless the first thing after the =over is an =item