From owner-dev-commits-ports-all@freebsd.org Sun May 30 21:17:40 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 79B1D6376B9; Sun, 30 May 2021 21:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtWTw2tv3z4VTr; Sun, 30 May 2021 21:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40DDE23C4D; Sun, 30 May 2021 21:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14ULHew8072752; Sun, 30 May 2021 21:17:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14ULHeNp072751; Sun, 30 May 2021 21:17:40 GMT (envelope-from git) Date: Sun, 30 May 2021 21:17:40 GMT Message-Id: <202105302117.14ULHeNp072751@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: a98d34a59001 - main - security/crlfuzz: New port: Fast tool to scan CRLF vulnerability MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a98d34a590014e5154a3c44b1e5ddb435b775aad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 21:17:40 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98d34a590014e5154a3c44b1e5ddb435b775aad commit a98d34a590014e5154a3c44b1e5ddb435b775aad Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-05-30 21:14:49 +0000 Commit: Guangyuan Yang CommitDate: 2021-05-30 21:14:49 +0000 security/crlfuzz: New port: Fast tool to scan CRLF vulnerability PR: 255888 Submitted by: Gabriel Dutra <0xdutra@gmail.com> Approved by: lwhsu (mentor) --- security/Makefile | 1 + security/crlfuzz/Makefile | 26 ++++++++++++++++++++++++++ security/crlfuzz/distinfo | 7 +++++++ security/crlfuzz/pkg-descr | 3 +++ 4 files changed, 37 insertions(+) diff --git a/security/Makefile b/security/Makefile index 3fc813d3e9f6..1cd5718da491 100644 --- a/security/Makefile +++ b/security/Makefile @@ -101,6 +101,7 @@ SUBDIR += cracklib SUBDIR += crackpkcs12 SUBDIR += create-cert + SUBDIR += crlfuzz SUBDIR += crowdsec SUBDIR += crowdsec-firewall-bouncer SUBDIR += cryptlib diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile new file mode 100644 index 000000000000..6b3f68202451 --- /dev/null +++ b/security/crlfuzz/Makefile @@ -0,0 +1,26 @@ +# Created by: Gabriel M. Dutra <0xdutra@gmail.com> + +PORTNAME= crlfuzz +PORTVERSION= 1.4.1 +DISTVERSIONPREFIX= v +CATEGORIES= security + +MAINTAINER= 0xdutra@gmail.com +COMMENT= Fast tool to scan CRLF vulnerability written in Go + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +USE_GITHUB= yes +GH_ACCOUNT= dwisiswant0 + +GO_TARGET= ./cmd/crlfuzz + +GH_TUPLE= logrusorgru:aurora:e9ef32dff381:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \ + projectdiscovery:gologger:v1.0.1:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/security/crlfuzz/distinfo b/security/crlfuzz/distinfo new file mode 100644 index 000000000000..fa9389e12c3d --- /dev/null +++ b/security/crlfuzz/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1621033411 +SHA256 (dwisiswant0-crlfuzz-v1.4.1_GH0.tar.gz) = 7ef3ea3890b501aab1507e2fd53cc6390cebafc6dbce5efca1faf03b967db8a3 +SIZE (dwisiswant0-crlfuzz-v1.4.1_GH0.tar.gz) = 13644 +SHA256 (logrusorgru-aurora-e9ef32dff381_GH0.tar.gz) = d44d7e14a643fa4711658a520c6946ae33761e3c580f9d3c842b0b487d0472a6 +SIZE (logrusorgru-aurora-e9ef32dff381_GH0.tar.gz) = 133625 +SHA256 (projectdiscovery-gologger-v1.0.1_GH0.tar.gz) = 4a5b2cf9df762cf652325c7f7c48b27a7515581bd3d65bf8b8664a00f482a7d4 +SIZE (projectdiscovery-gologger-v1.0.1_GH0.tar.gz) = 3546 diff --git a/security/crlfuzz/pkg-descr b/security/crlfuzz/pkg-descr new file mode 100644 index 000000000000..d4d7a5456193 --- /dev/null +++ b/security/crlfuzz/pkg-descr @@ -0,0 +1,3 @@ +Fast tool to scan CRLF vulnerability written in Go. + +WWW: https://github.com/dwisiswant0/crlfuzz