From 97b3bc37026adcb625369e7f51b484ac6c5946a9 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 14 Dec 2005 22:10:27 +0000 Subject: Mark FORBIDDEN due to remote file inclusion vulnerability (IE. effectively execute arbitrary PHP code). Security: http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html Requested by: remko With hat: secteam --- databases/mantis/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 64f37e32998e..77441f8de9d3 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= mantisbt MAINTAINER= gioria@FreeBSD.org COMMENT= A bug tracking system written in PHP +FORBIDDEN= http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html + NO_BUILD= yes USE_MYSQL= yes USE_APACHE= yes -- cgit