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) 2011 MacGyveR. All rights reserved.

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