flawfinder.1: Grammar fix
This commit is contained in:
parent
8f9ccc47ea
commit
f05aa1270e
|
@ -165,7 +165,7 @@ produce many false positives for vulnerabilities
|
||||||
and fail to report many vulnerabilities.
|
and fail to report many vulnerabilities.
|
||||||
On the other hand, flawfinder can find vulnerabilities in programs that
|
On the other hand, flawfinder can find vulnerabilities in programs that
|
||||||
cannot be built or cannot be linked.
|
cannot be built or cannot be linked.
|
||||||
It even can often work with programs that cannot even be compiled
|
It can often work with programs that cannot even be compiled
|
||||||
(at least by the reviewer's tools).
|
(at least by the reviewer's tools).
|
||||||
Flawfinder also doesn't get as confused by macro definitions
|
Flawfinder also doesn't get as confused by macro definitions
|
||||||
and other oddities that more sophisticated tools have trouble with.
|
and other oddities that more sophisticated tools have trouble with.
|
||||||
|
|
Loading…
Reference in New Issue