Commit Graph

4 Commits

Author SHA1 Message Date
brad
9e8ecfb2f4 Fix some security issues with gnats.
Some additional fixes from millert@
sprintf -> snprintf
str{cat,cpy} -> strl{cat,cpy}

http://marc.theaimsgroup.com/?l=bugtraq&m=105638591907836&w=2

ok naddy@
2003-08-25 23:33:56 +00:00
millert
54669baaa5 Update to gnats-3.113.1 and add OpenBSD tags on the patchs; dugsong@ OK 2002-05-09 16:16:02 +00:00
millert
c27643ab6f mkstemp() makes temp files mode 0600 so before renaming them to the
real name, fchmod to 0644.  Otherwise we end up with queue files and
the index file mode 0600 which is not the intention.

The original GNATS code makes queue files mode 0664 which seems excessively
open; 0644 should be fine.
2002-05-09 03:53:45 +00:00
dugsong
896186cc9c GNATS, the GNU Problem Report Management System. FLAVOR=www adds the gnatsweb CGI interface. 2001-01-12 17:14:51 +00:00