diff options
author | simon <simon@FreeBSD.org> | 2005-09-29 02:15:56 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-09-29 02:15:56 +0800 |
commit | 7430d021daeee4651ee256cca1e1342db245db1c (patch) | |
tree | 5c0417b203dbbe6feb2284666dbd1053664c7b9f /www/twiki/Makefile | |
parent | 186d269e9ba2432ae4b6c89e128f928c8f11962f (diff) | |
download | freebsd-ports-gnome-7430d021daeee4651ee256cca1e1342db245db1c.tar.gz freebsd-ports-gnome-7430d021daeee4651ee256cca1e1342db245db1c.tar.zst freebsd-ports-gnome-7430d021daeee4651ee256cca1e1342db245db1c.zip |
Mark FORBIDDEN due to remote arbitrary shell command execution.
Security: http://twiki.org/cgi-bin/view/Codev/SecurityAlertExecuteCommandsWithInclude
Security: CVE-2005-3056
With hat: secteam
Diffstat (limited to 'www/twiki/Makefile')
-rw-r--r-- | www/twiki/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/twiki/Makefile b/www/twiki/Makefile index 5c1ad71bf007..50fd0796e4aa 100644 --- a/www/twiki/Makefile +++ b/www/twiki/Makefile @@ -14,6 +14,8 @@ DISTNAME= TWiki${PORTVERSION} MAINTAINER= justin@hawkins.id.au COMMENT= A flexible, powerful, and easy to use Web-based collaboration platform +FORBIDDEN= Security: http://twiki.org/cgi-bin/view/Codev/SecurityAlertExecuteCommandsWithInclude + NO_WRKSUBDIR= yes NO_BUILD= yes |