a static analysis tool for finding vulnerabilities in C/C++ source code
Go to file
David A. Wheeler 5eb5e8411d Change version number to 1.30.
- This is the upcoming version number.  Change it now so that this
    is distinct from the released version 1.29.
2014-07-19 20:46:15 -04:00
COPYING Initial import 2007-01-16 02:44:45 +00:00
ChangeLog ChangeLog: Document major changes 2014-07-19 19:26:39 -04: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 Change version number to 1.30. 2014-07-19 20:46:15 -04:00
correct-results.txt Change version number to 1.30. 2014-07-19 20:46:15 -04:00
cwe.l Add ability to list CWEs in source code 2014-07-13 09:44:34 -04:00
flawfinder Change version number to 1.30. 2014-07-19 20:46:15 -04:00
flawfinder.1 flawfinder.1: Document that hitlists should be trusted to be loaded or diffed 2014-07-19 20:42:37 -04:00
flawfinder.spec Change version number to 1.30. 2014-07-19 20:46:15 -04:00
flawtest.c Initial import 2007-01-16 02:44:45 +00:00
junk.c Add support for git diff (as well as svn diff and GNU diff) 2014-07-12 21:36:54 -04:00
makefile Change version number to 1.30. 2014-07-19 20:46:15 -04:00
no-ending-newline.c Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -04:00
setup.cfg Initial import 2007-01-16 02:44:45 +00:00
setup.py Change version number to 1.30. 2014-07-19 20:46:15 -04:00
sloctest.c Initial import 2007-01-16 02:44:45 +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.