The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Shadowd::Connector::CGI - Shadow Daemon connector for CGI applications

VERSION

Version 1.0.0

SYNOPSIS

Shadowd::Connector::CGI is the Shadow Daemon connector for Perl CGI applications. The module operates fully automatic and only has to be loaded to start its task.

SUBROUTINES/METHODS

new

Construct an object of the class and save a CGI object as an attribute.

gather_input

Gather the user input from the environment that is parsed by the CGI module.

defuse_input

Defuse dangerous input by overwriting the environment of the script.

get_client_ip

Get the ip address of the client from the environment.

get_caller

Get the caller from the environment.

error

Print an error message.

AUTHOR

Hendrik Buchwald, <hb at zecure.org>

BUGS

Please report any bugs or feature requests to bug-shadowd-connector at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Shadowd-Connector. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

It is also possible to report bugs via Github at https://github.com/zecure/shadowd_perl/issues.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Shadowd::Connector

You can also look for information at:

LICENSE AND COPYRIGHT

Shadow Daemon -- Web Application Firewall

  Copyright (C) 2014-2015 Hendrik Buchwald C<< <hb at zecure.org> >>

This file is part of Shadow Daemon. Shadow Daemon is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.