package/putty: add PUTTY_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 1 Mar 2021 17:42:39 +0000 (18:42 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Mar 2021 19:18:54 +0000 (20:18 +0100)
cpe:2.3:a:putty:putty is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/putty/putty.mk

index 8f9564bc383fc14922fcfc166e904d07235afa00..c40cac9dc5c93932fab6d238c3ab2c73d54a8b81 100644 (file)
@@ -8,6 +8,7 @@ PUTTY_VERSION = 0.74
 PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION)
 PUTTY_LICENSE = MIT
 PUTTY_LICENSE_FILES = LICENCE
+PUTTY_CPE_ID_VENDOR = putty
 PUTTY_CONF_OPTS = --disable-gtktest
 PUTTY_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -Wno-error"