Port details |
- flawfinder Examines source code looking for security weaknesses
- 2.0.19_1 security
=3 2.0.19_1Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2001-08-23 09:55:22
- Last Update: 2024-01-22 00:06:44
- Commit Hash: 6d1b51f
- People watching this port, also watch:: fragroute, ADMsnmp, aide, oinkmaster, sleuthkit
- Also Listed In: devel
- License: GPLv2+
- WWW:
- https://dwheeler.com/flawfinder/
- Description:
- 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.''
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flawfinder>0:security/flawfinder
- To install the port:
- cd /usr/ports/security/flawfinder/ && make install clean
- To add the package, run one of these commands:
- pkg install security/flawfinder
- pkg install flawfinder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flawfinder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1637065271
SHA256 (flawfinder-2.0.19.tar.gz) = fe550981d370abfa0a29671346cc0b038229a9bd90b239eab0f01f12212df618
SIZE (flawfinder-2.0.19.tar.gz) = 260817
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flawfinder-2.0.19_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_flawfinder
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.19_1 22 Jan 2024 00:06:44
    |
Muhammad Moinur Rahman (bofh)  |
security/flawfinder: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.19 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.19 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.19 25 Apr 2022 18:02:52
    |
Stefan Eßer (se)  |
security/flawfinder: update to version 2.0.19
And take maintanership of this port which has recently been assigned
to ports@. |
1.31_1 25 Apr 2022 15:06:48
    |
Joseph Mingrone (jrm)  |
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation |
1.31_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.31_1 01 Dec 2017 09:00:19
  |
amdmi3  |
- Fix LICENSE
- boarch
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
1.31_1 21 Apr 2017 03:11:17
  |
miwi  |
- Fix shebangs |
1.31 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.31 22 Jan 2015 00:42:36
  |
lx  |
Update to 1.31.
PR: 196529
Submitted by: lightside |
1.27 24 Oct 2014 16:50:43
  |
mva  |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.27 28 Feb 2014 12:46:47
  |
ehaupt  |
- Support staging
- Define EXAMPLES option
- Define DOCS option |
1.27 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.27 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.27 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
1.27 18 Feb 2008 01:30:01
 |
lx  |
Fix an IndexError bug on some source. Take maintainership while I'm here.
PR: ports/120743
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> |
1.27 27 Feb 2007 21:18:31
 |
linimon  |
Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.
Hat: portmgr |
1.27 26 Feb 2007 15:48:01
 |
miwi  |
- Update to 1.27
PR: 108951
Submitted by: miwi
Approved by: maintainer timeout |
1.26 24 Jan 2006 01:03:33
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.26 17 Dec 2004 10:15:44
 |
krion  |
Update to 1.26
PR: ports/75151
Submitted by: maintainer |
1.24 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.24 05 Dec 2003 14:27:03
 |
sergei  |
- Update to 1.24
While I'm here:
- Rearrange MASTER_SITES: PacketStorm mirros do not seem to carry
versions later than 1.22
- Install examples to EXAMPLESDIR
PR: 59800
Submitted by: Robin Breathe <robin@isometry.net>
Approved by: maintainer |
1.22 27 Mar 2003 01:21:55
 |
kevlo  |
Update to version 1.22
PR: 50320
Submitted by: MAINTAINER |
1.21 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
1.21 15 Feb 2003 14:24:08
 |
arved  |
Add MASTER_SITE_PACKETSTORM as additional mirror
PR: 45396
Submitted by: Jim Geovedi <negative@magnesium.net> |
1.21 23 Nov 2002 00:21:02
 |
edwin  |
Grab maintainer-shoip and update to version 1.21
PR: ports/45395
Submitted by: Jim Geovedi <negative@magnesium.net> |
1.01 03 Jul 2002 14:32:38
 |
ijliao  |
upgrade to 1.01 |
05 Jan 2002 09:32:58
    |
olgeni  |
Remove extra hyphen and spaces. |
04 Jan 2002 22:55:44
    |
pat  |
Update to 0.21 |
23 Aug 2001 13:55:22
    |
kris  |
Correct CATEGORIES to "security devel" |
23 Aug 2001 13:54:48
    |
kris  |
Move flawfinder from devel to security where the other source-code auditing
tools live. |