diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-16 09:15:08 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-16 09:15:08 +0800 |
commit | 9981ff098d912fdfcb7442610e74cf3722bbe0ff (patch) | |
tree | 2d9e6b1c7ace63c7cfc37534fff74aa6b17a766d /www | |
parent | 7d19fcde2b525a5d8632b876bc4240d68668d24d (diff) | |
download | freebsd-ports-gnome-9981ff098d912fdfcb7442610e74cf3722bbe0ff.tar.gz freebsd-ports-gnome-9981ff098d912fdfcb7442610e74cf3722bbe0ff.tar.zst freebsd-ports-gnome-9981ff098d912fdfcb7442610e74cf3722bbe0ff.zip |
Mark forbidden because of buffer overflow described on BUGTRAQ.
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index fb04aca33e6a..c1ae4ef419d1 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -10,6 +10,8 @@ PORTNAME= bsdi-netscape-${BROWSER} MAINTAINER= trevor@FreeBSD.org +FORBIDDEN= "buffer overflow when processing HTML forms, reported by Michal Zalewski--example at http://people.freebsd.org/~trevor/hostile-page.htm" + ONLY_FOR_ARCHS= i386 NETSCAPE_DIST_ARCH= unsupported/bsdi21 |