diff options
author | kris <kris@FreeBSD.org> | 2000-08-09 09:59:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-08-09 09:59:48 +0800 |
commit | 7947151475ef3b7847af068a953121bfc1caffb1 (patch) | |
tree | 6bd00f408668bd2afcbf136819d8affd40ae65a2 /net | |
parent | 6b1d0c90ad92fe66e761cb43fa2df914b03a39d0 (diff) | |
download | freebsd-ports-gnome-7947151475ef3b7847af068a953121bfc1caffb1.tar.gz freebsd-ports-gnome-7947151475ef3b7847af068a953121bfc1caffb1.tar.zst freebsd-ports-gnome-7947151475ef3b7847af068a953121bfc1caffb1.zip |
Mark FORBIDDEN due to frightening lack of safe string operations leading
to multiple local and remote root exploits.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index a35788ab15ac..9f5f3f307e76 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -15,6 +15,8 @@ DISTNAME= ntop-1.1-src MAINTAINER= billf@FreeBSD.org +FORBIDDEN= "Shocking lack of security leading to multiple local and remote root exploits" + HAS_CONFIGURE= yes ALL_TARGET= INSTALL_TARGET= install install-man |