mirror of https://github.com/openwrt/packages.git
utils/ntfs-3g: fix PKG_CPE_ID
tuxera:ntfs-3g is a better CPE ID than ntfs-3g:ntfs-3g as this CPE ID
has the latest CVEs (whereas ntfs-3g:ntfs-3g only has one CVE from 2007):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️tuxera:ntfs-3g
Fixes: 299e5b0a9b
(treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
pull/23286/head
parent
1b1c28c9a0
commit
52a5e71b49
|
@ -16,7 +16,7 @@ PKG_HASH:=0489fbb6972581e1b417ab578d543f6ae522e7fa648c3c9b49c789510fd5eb93
|
|||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=GPL-2.0-only LGPL-2.1-or-later
|
||||
PKG_LICENSE_FILES:=COPYING COPYING.LIB
|
||||
PKG_CPE_ID:=cpe:/a:ntfs-3g:ntfs-3g
|
||||
PKG_CPE_ID:=cpe:/a:tuxera:ntfs-3g
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
|
Loading…
Reference in New Issue