1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/security/flawfinder/pkg-descr
Dmitry Marakasov 5750fde2e4 - Fix LICENSE
- boarch
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-12-01 09:00:19 +00:00

9 lines
456 B
Plaintext

Flawfinder searches through source code looking for potential security
flaws. Flawfinder uses an internal database called the ``ruleset''; the
ruleset identifies functions that are common causes of security flaws.
Every potential security flaw found in a given source code file (matching
an entry in the ruleset) is called a ``hit,'' and the set of hits found
during any particular run is called the ``hitlist.''
WWW: https://www.dwheeler.com/flawfinder/