CGI::ValidOp::Check::sql.3pm

Langue: en

Version: 2009-11-30 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

CGI::ValidOp::Check::sql - CGI::ValidOp::Check module to validate SQL.

DESCRIPTION

default
Fails if incoming value contains characters other than: \w \s . : [ ] _ ^ * / % + - <> = ~ ! @ # & | ` ? $ ( ) , ; ' "
safer
Named ``safer'' since allowing users to write SQL can never be truly ``safe.'' This check attempts to allow only things which will not harm data. It doesn't prevent a clever query from wreaking other havoc, though, like a DOS.
safer_select
Just like ``safer'' but allows 'SELECT'.

AUTHOR

Randall Hansen <legless@cpan.org> Copyright (c) 2003-2007 Randall Hansen. All rights reserved.

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

See http://www.perl.com/perl/misc/Artistic.html