README: Tweak so intro sentence similar to man page
This commit is contained in:
parent
d30fc2c1ac
commit
0017add313
10
README
10
README
|
@ -1,11 +1,11 @@
|
||||||
This is "flawfinder" by David A. Wheeler, <dwheeler@dwheeler.com>.
|
This is "flawfinder" by David A. Wheeler, <dwheeler@dwheeler.com>.
|
||||||
|
|
||||||
Flawfinder is a simple program that scans C/C++ source code and reports
|
Flawfinder is a simple program that scans C/C++ source code and reports
|
||||||
potential security problems. It can be a useful tool for examining
|
potential security flaws. It can be a useful tool for examining software
|
||||||
software, and it can also serve as a simple introduction to static source code
|
for vulnerabilities, and it can also serve as a simple introduction to
|
||||||
analysis tools more generally. It is designed to be easy to install and use.
|
static source code analysis tools more generally. It is designed to
|
||||||
Flawfinder supports the Common Weakness Enumeration (CWE) and is
|
be easy to install and use. Flawfinder supports the Common Weakness
|
||||||
officially CWE-Compatible.
|
Enumeration (CWE) and is officially CWE-Compatible.
|
||||||
|
|
||||||
For more information, see:
|
For more information, see:
|
||||||
http://www.dwheeler.com/flawfinder
|
http://www.dwheeler.com/flawfinder
|
||||||
|
|
Loading…
Reference in New Issue