aboutsummaryrefslogtreecommitdiff
path: root/lang/eperl
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-17 14:53:20 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-17 14:53:20 +0000
commit63808043a0eef3c5ba3dc28829bf3f74f2cb87a9 (patch)
treec19e14a43eecd4d785e172c729afd12dc77c1423 /lang/eperl
parent6073b6fd914397043dccb494b70dfbc7ebf33cb7 (diff)
downloadports-63808043a0eef3c5ba3dc28829bf3f74f2cb87a9.tar.gz
ports-63808043a0eef3c5ba3dc28829bf3f74f2cb87a9.zip
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)
Notes
Notes: svn path=/head/; revision=133522
Diffstat (limited to 'lang/eperl')
-rw-r--r--lang/eperl/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/eperl/pkg-message b/lang/eperl/pkg-message
index 6b30697c33d4..070a9299878d 100644
--- a/lang/eperl/pkg-message
+++ b/lang/eperl/pkg-message
@@ -10,3 +10,12 @@ 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.