mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
net/davfs2: fix PKG_CPE_ID
cpe:/a:werner_baumann:davfs2 is the correct CPE ID for davfs2:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:werner_baumann:davfs2
Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
e724274907
commit
d7ab0cab42
@@ -18,7 +18,7 @@ PKG_HASH:=ce3eb948ece582a51c934ccb0cc70e659839172717caff173f69a5e2af90c5c0
|
||||
PKG_MAINTAINER:=Federico Di Marco <fededim@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:davfs2:davfs2
|
||||
PKG_CPE_ID:=cpe:/a:werner_baumann:davfs2
|
||||
|
||||
PKG_FIXUP:=gettext-version
|
||||
PKG_INSTALL:=1
|
||||
|
||||
Reference in New Issue
Block a user