diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-29 07:28:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-29 07:28:47 +0000 |
commit | 58cf258e734a04bb595ebd6b343e7ea73f3c35c7 (patch) | |
tree | c4b23a9692b9e001f29722c346c4151991c84521 | |
parent | 1afbbc07466350baf08c450b26787572fb43a006 (diff) | |
download | ports-58cf258e734a04bb595ebd6b343e7ea73f3c35c7.tar.gz ports-58cf258e734a04bb595ebd6b343e7ea73f3c35c7.zip |
Mark FORBIDDEN: known buffer overflows exploitable by remote email.
Parenthetically, no software which uses 4299 sprintf/strcpy/strcat
calls can possibly be safe - I don't expect to remove this FORBIDDEN
tag any time soon. :-(
Notes
Notes:
svn path=/head/; revision=33241
-rw-r--r-- | mail/pine4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index dbc379a3bf4d..14e696fc7dba 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -16,6 +16,8 @@ DISTNAME?= ${PORTNAME}${PORTVERSION} MAINTAINER?= pine@freebsd.ady.ro +FORBIDDEN= "Remotely exploitable buffer overflows." + Y2K= http://www.washington.edu/pine/QandA/sysadmins.html#Millenium MAN1= pine.1 pico.1 pilot.1 |