diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-08 19:24:18 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-08 19:24:18 +0800 |
commit | 920dbb927fe353e7c4822426bec11da09b5f4f75 (patch) | |
tree | 247cac42dd6853fa16454ed714f5803d56632c83 /www/zope | |
parent | e0716824f1b0ec9f9886a6b830f2c61ec887df88 (diff) | |
download | freebsd-ports-gnome-920dbb927fe353e7c4822426bec11da09b5f4f75.tar.gz freebsd-ports-gnome-920dbb927fe353e7c4822426bec11da09b5f4f75.tar.zst freebsd-ports-gnome-920dbb927fe353e7c4822426bec11da09b5f4f75.zip |
Mark FORBIDDEN due to cross-site scripting vulnerability.
PR: 111119
Submitted by: Yasushi Hayashi<yasi@yasi.to>
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 8db947da2d71..2e0416876820 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -23,6 +23,8 @@ USE_RC_SUBR= yes DIST_SUBDIR= zope HOTFIX= Hotfix_20060821 +FORBIDDEN= contains cross-site scripting vulnerability + # Note: the notes that follow reflect the decisions of prior maintainers # of this port. IOW, don't blame me if you don't like the way it's done. # Exceptions to this are marked as such. |