diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-23 01:29:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-23 01:29:52 +0000 |
commit | 94115e4ce84654cb9521e5ef56138f5cf57fe5da (patch) | |
tree | c90ecafb99344929dfaf426fc0362ca0112c583a /devel/its4/pkg/DESCR | |
parent | 685f7e10c590b9982dc168a7048be64f192c9775 (diff) | |
download | pkgsrc-94115e4ce84654cb9521e5ef56138f5cf57fe5da.tar.gz |
Initial import of its4, a static C/C++ code scanner for potential
security problems
Diffstat (limited to 'devel/its4/pkg/DESCR')
-rw-r--r-- | devel/its4/pkg/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/its4/pkg/DESCR b/devel/its4/pkg/DESCR new file mode 100644 index 00000000000..2cf1c03525b --- /dev/null +++ b/devel/its4/pkg/DESCR @@ -0,0 +1,11 @@ +ITS4 -- It's the software, stupid! (Security Scanner) + +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. |