Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:35:46 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d7b690b88cb3 - main - security/gitjacker: Add CPE information
Message-ID:  <202110211435.19LEZkfP072904@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d7b690b88cb35eaf35336529b6df2cd54c62e008

commit d7b690b88cb35eaf35336529b6df2cd54c62e008
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:03 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:03 +0000

    security/gitjacker: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/gitjacker/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/gitjacker/Makefile b/security/gitjacker/Makefile
index 972d2697b7c2..18579be8f825 100644
--- a/security/gitjacker/Makefile
+++ b/security/gitjacker/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Leak git repositories from misconfigured websites
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	${PORTNAME}_project
 
 GO_MODULE=	github.com/liamg/gitjacker
 GO_TARGET=	./cmd/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211435.19LEZkfP072904>