package/wtfutil: add CPE variables

cpe:2.3🅰️wtfutil:wtf is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awtfutil%3Awtf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-04-26 00:06:02 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 915c1d0aa4
commit cfaee5c49f

View File

@ -8,5 +8,7 @@ WTFUTIL_VERSION = 0.41.0
WTFUTIL_SITE = $(call github,wtfutil,wtf,v$(WTFUTIL_VERSION))
WTFUTIL_LICENSE = MPL-2.0
WTFUTIL_LICENSE_FILES = LICENSE.md
WTFUTIL_CPE_ID_VENDOR = wtfutil
WTFUTIL_CPE_ID_PRODUCT = wtf
$(eval $(golang-package))