Tweak README to explain, in a little more detail, what it is.

This commit is contained in:
David A. Wheeler 2014-07-30 23:25:10 -04:00
parent 304225c9bd
commit fae254288c
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -1,5 +1,8 @@
This is "flawfinder" by David A. Wheeler, <dwheeler@dwheeler.com>.
It's a simple Python program for scanning source code for security problems.
It's a simple Python program for scanning C/C++ source code
for security problems. It uses lexical scanning to find tokens
(such as function names) that suggest likely problems, estimates their
level of risk (e.g., by the text of function calls), and reports the resutlts.
For more information, see:
http://www.dwheeler.com/flawfinder