a static analysis tool for finding vulnerabilities in C/C++ source code
Go to file
David A. Wheeler 02052dc7d4 Update test results (released 1.27 includes this) 2013-08-25 09:41:06 -04:00
COPYING Initial import 2007-01-16 02:44:45 +00:00
ChangeLog Modify ChangeLog - ready for version 1.27 2007-01-17 02:23:50 +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 Add more documentation about --patch 2007-01-17 02:15:06 +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 Update test results (released 1.27 includes this) 2013-08-25 09:41:06 -04:00
test-results.txt Update test results (released 1.27 includes this) 2013-08-25 09:41:06 -04: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.