a static analysis tool for finding vulnerabilities in C/C++ source code
Go to file
dwheeler 5808029a6a Better error message when the files cannot be read
git-svn-id: svn+ssh://svn.code.sf.net/p/flawfinder/code/trunk@7 5c01084b-1f27-0410-9f85-80411afe95dc
2007-01-16 03:44:31 +00:00
COPYING Initial import 2007-01-16 02:44:45 +00:00
ChangeLog Better error message when the files cannot be read 2007-01-16 03:44:31 +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 Initial import 2007-01-16 02:44:45 +00:00
announcement Initial import 2007-01-16 02:44:45 +00:00
correct-results.html Better error message when the files cannot be read 2007-01-16 03:44:31 +00:00
correct-results.txt Better error message when the files cannot be read 2007-01-16 03:44:31 +00:00
flawfinder Better error message when the files cannot be read 2007-01-16 03:44:31 +00:00
flawfinder.1 Initial import 2007-01-16 02:44:45 +00:00
flawfinder.ps Initial import 2007-01-16 02:44:45 +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 for installation instructions.