diff options
author | simon <simon@FreeBSD.org> | 2006-05-06 01:51:16 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-05-06 01:51:16 +0800 |
commit | 73db5e73bd0ea9405ced59f3cf594304a558b0b5 (patch) | |
tree | 6f0da572314e90ea54e560abc4cd5ae360ebe5c2 /www/awstats | |
parent | 5e89b582feb5a6c8ea94cf1feed833313f9318bc (diff) | |
download | freebsd-ports-gnome-73db5e73bd0ea9405ced59f3cf594304a558b0b5.tar.gz freebsd-ports-gnome-73db5e73bd0ea9405ced59f3cf594304a558b0b5.tar.zst freebsd-ports-gnome-73db5e73bd0ea9405ced59f3cf594304a558b0b5.zip |
Mark FOBIDDEN due to shell command injection vulnerability.
Security: http://secunia.com/advisories/19969/
With hat: secteam
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 |