a static analysis tool for finding vulnerabilities in C/C++ source code
Go to file
dwheeler 85ed86f2c0 Note in ChangeLog that we've fixed the divide-by-zero when no code found
git-svn-id: svn+ssh://svn.code.sf.net/p/flawfinder/code/trunk@16 5c01084b-1f27-0410-9f85-80411afe95dc
2007-01-16 23:28:20 +00:00
COPYING Initial import 2007-01-16 02:44:45 +00:00
ChangeLog Note in ChangeLog that we've fixed the divide-by-zero when no code found 2007-01-16 23:28:20 +00:00
INSTALL.txt Initial import 2007-01-16 02:44:45 +00:00
MANIFEST.in Initial import 2007-01-16 02:44:45 +00:00
README Fix README; the file is INSTALL.txt not INSTALL 2007-01-16 23:26:02 +00:00
announcement Initial import 2007-01-16 02:44:45 +00:00
correct-results.html Add atoi() and atol(). It's a little lame, but at least it's there. 2007-01-16 23:20:49 +00:00
correct-results.txt Add atoi() and atol(). It's a little lame, but at least it's there. 2007-01-16 23:20:49 +00:00
flawfinder Add atoi() and atol(). It's a little lame, but at least it's there. 2007-01-16 23:20:49 +00:00
flawfinder.1 Update documentation to explain --patch and --followdotdir 2007-01-16 04:07:58 +00:00
flawfinder.spec Support unified diff patch files, skip dot-dirs 2007-01-16 02:53:03 +00:00
flawtest.c Initial import 2007-01-16 02:44:45 +00:00
junk.c Initial import 2007-01-16 02:44:45 +00:00
makefile Support unified diff patch files, skip dot-dirs 2007-01-16 02:53:03 +00:00
setup.cfg Initial import 2007-01-16 02:44:45 +00:00
setup.py Support unified diff patch files, skip dot-dirs 2007-01-16 02:53:03 +00:00
sloctest.c Initial import 2007-01-16 02:44:45 +00:00
test-results.html Support unified diff patch files, skip dot-dirs 2007-01-16 02:53:03 +00:00
test-results.txt Support unified diff patch files, skip dot-dirs 2007-01-16 02:53:03 +00:00
test.c Initial import 2007-01-16 02:44:45 +00:00
test2.c Initial import 2007-01-16 02:44:45 +00:00

README

This is "flawfinder" by David A. Wheeler, <dwheeler@dwheeler.com>.
It's a simple Python program for scanning source code for security problems.

For more information, see:
 http://www.dwheeler.com/flawfinder

See INSTALL.txt for installation instructions.