diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-10-06 21:53:41 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-10-06 21:53:41 +0000 |
commit | 163f0a6c37e097b2b2e2e8f7d155d735df03cd6b (patch) | |
tree | 5d6a9b32066163168d4f5db9ac952038f6c7cd38 /www/boa | |
parent | 6387f43d37fb13771bdedb9606e3abb382146f08 (diff) | |
download | FreeBSD-ports-163f0a6c37e097b2b2e2e8f7d155d735df03cd6b.zip FreeBSD-ports-163f0a6c37e097b2b2e2e8f7d155d735df03cd6b.tar.gz |
Mark as forbidden, remote users can access files outside the document root.
Submitted by: Lluis Mora <llmora@S21SEC.COM> (via BugTraq)
Diffstat (limited to 'www/boa')
-rw-r--r-- | www/boa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index f0cfcc0..df887aa 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.boa.org/ MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Remote users can access files outside the document root" + FETCH_BEFORE_ARGS= -b WRKSRC= ${WRKDIR}/${DISTNAME}/src |