diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-05-05 17:51:16 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-05-05 17:51:16 +0000 |
commit | ed9402dba0982c9b4a21d6f1dcd6b1aa570a2839 (patch) | |
tree | 86273f9e1075beee14352032fecb81623a8e93d1 /www/awstats | |
parent | 3053fce84531964d3ed596b229947608117a7230 (diff) |
Mark FOBIDDEN due to shell command injection vulnerability.
Security: http://secunia.com/advisories/19969/
With hat: secteam
Notes
Notes:
svn path=/head/; revision=161436
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index ac5431a3780f..6fcf93c35cc4 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= webmaster@shopcusa.com COMMENT= Free real-time logfile analyzer to get advanced web statistics +FORBIDDEN= Command Injection Vulnerability + RUN_DEPENDS= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois NO_BUILD= yes |