freebsd-ports/lang/eperl/pkg-message
Sam Lawrance 63808043a0 Warn about potential of program to unplannedly reveal the content
of various CGI files.

PR:		ports/25272
Submitted by:	Ariff Abdullah <skywizard@time.net.my>
Approved by:	clement (mentor)
2005-04-17 14:53:20 +00:00

21 lines
948 B
Text

Copyright (c) 1996-2002 Ralf S. Engelschall <rse@engelschall.com>
This program is free software; it may be redistributed and/or modified only
under the terms of either the Artistic License or the GNU General Public
License, which may be found in the ePerl source distribution. Look at the
files ARTISTIC and COPYING or run ``eperl -l'' to receive a built-in copy of
both license files.
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 either the Artistic License or the
GNU General Public License for more details.
*** WARNING ***
Using eperl in CGI or NHP-CGI mode with a webserver will expose any files
having extension .html, .phtml, .ephtml, .epl, .pl, or .cgi under the
document root.
Any files matching those extensions that do not contain eperl script
may be served to a client verbatim on request.