git: 9651a06e6e2f - main - security/nikto: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:25 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=9651a06e6e2fae6f8f62f32d454c54e2abb9b49c commit 9651a06e6e2fae6f8f62f32d454c54e2abb9b49c Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:13:36 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:13:36 +0000 security/nikto: Add CPE information Approved by: portmgr (blanket) --- security/nikto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/nikto/Makefile b/security/nikto/Makefile index bdcf5b639925..c5fd62ad2f41 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -10,7 +10,8 @@ COMMENT= Web and CGI vulnerability scanner with SSL support LICENSE= GPLv2 -USES= perl5 shebangfix +USES= cpe perl5 shebangfix +CPE_VENDOR= cirt.net USE_PERL5= run GH_ACCOUNT= sullo