From 9651a06e6e2fae6f8f62f32d454c54e2abb9b49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 13 Oct 2021 15:13:36 +0200 Subject: [PATCH] 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