diff options
author | simon <simon@FreeBSD.org> | 2005-12-15 06:10:27 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-12-15 06:10:27 +0800 |
commit | 97b3bc37026adcb625369e7f51b484ac6c5946a9 (patch) | |
tree | be34c32e9163bf281ff444ff4a3cbaf876e7b08d /databases | |
parent | bc862daf38be6f9b197978f0a09c86854d38bfee (diff) | |
download | freebsd-ports-gnome-97b3bc37026adcb625369e7f51b484ac6c5946a9.tar.gz freebsd-ports-gnome-97b3bc37026adcb625369e7f51b484ac6c5946a9.tar.zst freebsd-ports-gnome-97b3bc37026adcb625369e7f51b484ac6c5946a9.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mantis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |