Skip Menu |

This queue is for tickets about the CGI-Untaint CPAN distribution.

Report information
The Basics
Id: 6987
Status: resolved
Priority: 0/
Queue: CGI-Untaint

People
Owner: Nobody in particular
Requestors: dhudes [...] tcp-ip.info
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: (no value)



Subject: bug in CGI::Untaint::printable
The regex for CGI::Untaint::printable doesn't include horizontal tab but that is a normal printable character. Please add \t to the regex .
Show quoted text
> The regex for CGI::Untaint::printable doesn't include horizontal tab > but that is a normal printable character. > Please add \t to the regex .
Done. Thanks, Tony