package/tor: add TOR_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Jan 2021 17:07:03 +0000 (18:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 18 Jan 2021 20:49:02 +0000 (21:49 +0100)
cpe:2.3:a:torproject:tor is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tor/tor.mk

index b7095aa39c4bcd20b46595de10af5216fd78e9ab..098c517aa7b6737b6b79e261763392e82852c1f8 100644 (file)
@@ -8,6 +8,7 @@ TOR_VERSION = 0.4.4.6
 TOR_SITE = https://dist.torproject.org
 TOR_LICENSE = BSD-3-Clause
 TOR_LICENSE_FILES = LICENSE
+TOR_CPE_ID_VENDOR = torproject
 TOR_DEPENDENCIES = libevent openssl zlib
 TOR_AUTORECONF = YES