a static analysis tool for finding vulnerabilities in C/C++ source code
Go to file
David A. Wheeler 923cf6042c Rewrite documentation in man page and --help option for clarity
- Group options in --help, just like the man page, for clarity
  - Create a new group, "Selecting Input Data", so that they are
    clearly distinguished from selecting what hits to display.
  - Other clarifications in the man page.
2014-07-12 20:43:04 -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 Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -04:00
correct-results.txt Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -04:00
flawfinder Rewrite documentation in man page and --help option for clarity 2014-07-12 20:43:04 -04:00
flawfinder.1 Rewrite documentation in man page and --help option for clarity 2014-07-12 20:43:04 -04:00
flawfinder.spec Change flawfinder.spec to comply with Fedora guidelines (fix bug#4) 2014-07-12 11:56:11 -04: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 makefile: Use MKDIR_P for portability 2014-07-12 12:28:58 -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 Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -04:00
sloctest.c Initial import 2007-01-16 02:44:45 +00:00
test-results.html Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -04:00
test-results.txt Version number now 1.28, add test for filenames without trailing newline 2014-07-12 07:01:23 -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.