add flawfinder
Examines source code looking for security weaknesses
This commit is contained in:
parent
8a83189e2d
commit
33a347c306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45405
@ -116,6 +116,7 @@
|
||||
SUBDIR += fastcrc
|
||||
SUBDIR += ffcall
|
||||
SUBDIR += fhist
|
||||
SUBDIR += flawfinder
|
||||
SUBDIR += flick
|
||||
SUBDIR += flux
|
||||
SUBDIR += fnccheck
|
||||
|
25
devel/flawfinder/Makefile
Normal file
25
devel/flawfinder/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: flawfinder
|
||||
# Date created: Jul 23, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flawfinder
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.dwheeler.com/flawfinder/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= flawfinder.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/flawfinder/distinfo
Normal file
1
devel/flawfinder/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (flawfinder-0.15.tar.gz) = 1b78f9519313232071a0d25cb82e9f73
|
1
devel/flawfinder/pkg-comment
Normal file
1
devel/flawfinder/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Examines source code looking for security weaknesses
|
8
devel/flawfinder/pkg-descr
Normal file
8
devel/flawfinder/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Flawfinder searches through source code looking for poten- tial 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/
|
1
devel/flawfinder/pkg-plist
Normal file
1
devel/flawfinder/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/flawfinder
|
Loading…
Reference in New Issue
Block a user