summaryrefslogtreecommitdiff
path: root/security/its4/pkg-descr
blob: 7addeb8de4e83a9dddaecf769df057a6b70287a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/

- Chris D. Faulhaber
 <jedgar@FreeBSD.org>