utils/tmux: fix PKG_CPE_ID
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 2 Feb 2024 19:50:37 +0000 (20:50 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 4 Feb 2024 23:58:12 +0000 (15:58 -0800)
tmux_project:tmux is a better CPE ID than nicholas_marriott:tmux as this
CPE ID has the latest CVE (whereas nicholas_marriott:tmux only has a CVE
from 2011):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tmux_project:tmux

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
utils/tmux/Makefile

index a1a1c0a717b1668c8905ec1a5b7d42e251158b53..8ee85027ff05e733a65b40c2e0b96f8dc9eab71b 100644 (file)
@@ -12,7 +12,7 @@ PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
 
 PKG_LICENSE:=ISC
 PKG_LICENSE_FILES:=COPYING
-PKG_CPE_ID:=cpe:/a:nicholas_marriott:tmux
+PKG_CPE_ID:=cpe:/a:tmux_project:tmux
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1