package/cmake: add _CPE_ID_VENDOR
authorMatt Weber <matthew.weber@rockwellcollins.com>
Tue, 20 Apr 2021 20:11:25 +0000 (15:11 -0500)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 20 Apr 2021 21:22:29 +0000 (23:22 +0200)
cpe:2.3:a:cmake_project:cmake:* is a valid CPE identifier for this package:

 https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:cmake_project:cmake

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/cmake/cmake.mk

index 1f3073602307f8c68c06720c5f5934061b0ea11e..a3015fabfd39de7daaef3fbbf2ecb0566a8db67a 100644 (file)
@@ -9,6 +9,7 @@ CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
 CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3-Clause
 CMAKE_LICENSE_FILES = Copyright.txt
+CMAKE_CPE_ID_VENDOR = cmake_project
 
 # CMake is a particular package:
 # * CMake can be built using the generic infrastructure or the cmake one.