From 74cfcf29f36186c56a98897eea755a97831cfc13 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 28 Mar 2019 14:23:22 +0100 Subject: [PATCH] libssh2: Add PKG_CPE_ID for proper CVE tracking Signed-off-by: Jan Pavlinec --- libs/libssh2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile index 90e4d5b302..645c8d2f39 100644 --- a/libs/libssh2/Makefile +++ b/libs/libssh2/Makefile @@ -21,6 +21,7 @@ PKG_INSTALL:=1 PKG_LICENSE:=BSD PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:libssh2:libssh2 PKG_CONFIG_DEPENDS:= \ CONFIG_LIBSSH2_MBEDTLS \