summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2007-03-05 23:26:33 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2007-03-05 23:26:33 +0000
commit7bfd88ec1b9f476e6c94e123bfcd60343de14d19 (patch)
treea70e45a2a4b85595ea0510c5be06151faf826939 /www
parentDocument mod_jk -- long URL stack overflow vulnerability. (diff)
Mark FORBIDDEN due to remote arbitrary code execution.
Security: http://vuxml.FreeBSD.org/cf86c644-cb6c-11db-8e9d-000c6ec775d9.html Security: CVE-2007-0774 With hat: secteam
Notes
Notes: svn path=/head/; revision=186608
Diffstat (limited to 'www')
-rw-r--r--www/mod_jk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile
index 140b015a7223..abc50bd8a865 100644
--- a/www/mod_jk/Makefile
+++ b/www/mod_jk/Makefile
@@ -17,6 +17,8 @@ DISTNAME= tomcat-connectors-${PORTVERSION}-src
MAINTAINER?= girgen@FreeBSD.org
COMMENT?= Apache JK module for connecting to Tomcat using AJP1X
+FORBIDDEN= Remote arbitrary code execution: http://vuxml.FreeBSD.org/cf86c644-cb6c-11db-8e9d-000c6ec775d9.html
+
USE_APACHE?= 1.3+
.include <bsd.port.pre.mk>