freebsd-ports/security/its4/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

11 lines
609 B
Text

ITS4 is a tool that statically scans C and C++ source code for
potential security vulnerabilities. It is a command-line tool that
works across Unix environments (hopefully) and will also work under
Windows with CygWin installed. ITS4 scans code, looking for function
calls that are potentially dangerous. For some calls, ITS4 tries to
perform some code analysis to determine how risky the call is. In
each case, ITS4 provides a problem report, including a short
description of the potential problem and suggestions on how to fix the
code.
WWW: http://www.cigital.com/its4/