diff options
author | simon <simon@FreeBSD.org> | 2006-05-24 03:23:48 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-05-24 03:23:48 +0800 |
commit | 9acb354c7f4a15ce1f2fd444a6a52e858d171bbd (patch) | |
tree | 90e494b8632973a174e7947ce734f3603952b70c /www | |
parent | 957ad7355e62e289e8a1e4063620e2a85e56876e (diff) | |
download | freebsd-ports-gnome-9acb354c7f4a15ce1f2fd444a6a52e858d171bbd.tar.gz freebsd-ports-gnome-9acb354c7f4a15ce1f2fd444a6a52e858d171bbd.tar.zst freebsd-ports-gnome-9acb354c7f4a15ce1f2fd444a6a52e858d171bbd.zip |
Document frontpage -- cross site scripting vulnerability and point
FORBIDDEN from the frontpage ports at it.
While this is "only" a cross site scripting vulnerability it has some
rather serious implications which can allow an attacker to take over a
web site, so I'm keeping FORBIDDEN.
Diffstat (limited to 'www')
-rw-r--r-- | www/frontpage/Makefile | 2 | ||||
-rw-r--r-- | www/mod_frontpage2-rtr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/frontpage/Makefile b/www/frontpage/Makefile index f5154436cff0..9610bb47c2c6 100644 --- a/www/frontpage/Makefile +++ b/www/frontpage/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= fp${PORTVERSION:S/.//g} MAINTAINER= swhetzel@gmail.com COMMENT= Microsoft Frontpage 2002 Extensions -FORBIDDEN= Remote code execution vulnerability +FORBIDDEN= http://vuxml.FreeBSD.org/c0171f59-ea8a-11da-be02-000c6ec775d9.html ONLY_FOR_ARCHS= i386 ia64 amd64 alpha sparc diff --git a/www/mod_frontpage2-rtr/Makefile b/www/mod_frontpage2-rtr/Makefile index 8e61cbdf119c..6a1089d43b01 100644 --- a/www/mod_frontpage2-rtr/Makefile +++ b/www/mod_frontpage2-rtr/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${FRONTPAGE} MAINTAINER= swhetzel@gmail.com COMMENT= Microsoft mod_frontpage (by RTR) for Apache ${FP_AP_VER} -FORBIDDEN= Remote code execution vulnerability +FORBIDDEN= http://vuxml.FreeBSD.org/c0171f59-ea8a-11da-be02-000c6ec775d9.html RUN_DEPENDS= ${LOCALBASE}/${FP_SETPERM}:${PORTSDIR}/www/frontpage |