diff options
Diffstat (limited to 'www/p5-CGI-Untaint/pkg-descr')
-rw-r--r-- | www/p5-CGI-Untaint/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-CGI-Untaint/pkg-descr b/www/p5-CGI-Untaint/pkg-descr new file mode 100644 index 000000000000..b0c12858b64b --- /dev/null +++ b/www/p5-CGI-Untaint/pkg-descr @@ -0,0 +1,7 @@ +Dealing with large web based applications with multiple forms is a minefield. +It's often hard enough to ensure you validate all your input at all, without +having to worry about doing it in a consistent manner. If any of the validation +rules change, you often have to alter them in many different places. And, if +you want to operate taint-safe, then you're just adding even more headaches. + +WWW: http://search.cpan.org/dist/CGI-Untaint/ |