diff options
author | kris <kris@FreeBSD.org> | 2000-09-29 15:28:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-29 15:28:47 +0800 |
commit | c692ee4e23b935d077bf1476bd947437c6f1617d (patch) | |
tree | dbd0cc19524d175e1468f4bfa5473e2b5c5413c0 /mail | |
parent | 83132e3bd204c59401f91ebd6e51b5db9e34bc5c (diff) | |
download | freebsd-ports-gnome-c692ee4e23b935d077bf1476bd947437c6f1617d.tar.gz freebsd-ports-gnome-c692ee4e23b935d077bf1476bd947437c6f1617d.tar.zst freebsd-ports-gnome-c692ee4e23b935d077bf1476bd947437c6f1617d.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. :-(
Diffstat (limited to 'mail')
-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 |