summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-23 12:54:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-23 12:54:48 +0000
commit2460265fd722d273e04afc70159298e614ab71f3 (patch)
tree7ed7cb40e5f3dd812988ae668173301c885d5dc0 /security
parentAdd thc-rut 0.1 (diff)
Move flawfinder from devel to security where the other source-code auditing
tools live. Discussed with: ijliao
Notes
Notes: svn path=/head/; revision=46708
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/flawfinder/Makefile25
-rw-r--r--security/flawfinder/distinfo1
-rw-r--r--security/flawfinder/pkg-comment1
-rw-r--r--security/flawfinder/pkg-descr8
-rw-r--r--security/flawfinder/pkg-plist1
6 files changed, 37 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 26b140815ccc..fdeabd90b0ba 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -36,6 +36,7 @@
SUBDIR += fakebo
SUBDIR += find_ddos
SUBDIR += firewalk
+ SUBDIR += flawfinder
SUBDIR += fpm
SUBDIR += fragrouter
SUBDIR += fressh
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
new file mode 100644
index 000000000000..649d7f8c68a5
--- /dev/null
+++ b/security/flawfinder/Makefile
@@ -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>
diff --git a/security/flawfinder/distinfo b/security/flawfinder/distinfo
new file mode 100644
index 000000000000..ea74d61b90e4
--- /dev/null
+++ b/security/flawfinder/distinfo
@@ -0,0 +1 @@
+MD5 (flawfinder-0.15.tar.gz) = 1b78f9519313232071a0d25cb82e9f73
diff --git a/security/flawfinder/pkg-comment b/security/flawfinder/pkg-comment
new file mode 100644
index 000000000000..5d3afdfc054c
--- /dev/null
+++ b/security/flawfinder/pkg-comment
@@ -0,0 +1 @@
+Examines source code looking for security weaknesses
diff --git a/security/flawfinder/pkg-descr b/security/flawfinder/pkg-descr
new file mode 100644
index 000000000000..f8f247d6dbfe
--- /dev/null
+++ b/security/flawfinder/pkg-descr
@@ -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/
diff --git a/security/flawfinder/pkg-plist b/security/flawfinder/pkg-plist
new file mode 100644
index 000000000000..69c32ab7eb2f
--- /dev/null
+++ b/security/flawfinder/pkg-plist
@@ -0,0 +1 @@
+bin/flawfinder