---
name: flawfinder
version: 1.27
origin: security/flawfinder
comment: Examines source code looking for security weaknesses
arch: freebsd:9:x86:64
www: http://www.dwheeler.com/flawfinder/
maintainer: lx@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 259171
desc: |
  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: http://www.dwheeler.com/flawfinder/
deps:
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- security
- devel
