diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 20:08:34 +0100 |
---|---|---|
committer | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-02 22:36:42 +0100 |
commit | 9e770d6c1d465dc4c5c129a559ee5203a90d8f0f (patch) | |
tree | 840d7c6085ca73e362771a39c015d471d138c336 /utils/squashfs-tools | |
parent | 86b091718e154d69a2f4455cc83c8d25197d6e35 (diff) |
utils/squashfs-tools: fix PKG_CPE_ID
There is not a single CVE linked to phillip_lougher:squashfs so use
squashfs-tools_project:squashfs-tools instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:squashfs-tools_project:squashfs-tools
Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'utils/squashfs-tools')
-rw-r--r-- | utils/squashfs-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/squashfs-tools/Makefile b/utils/squashfs-tools/Makefile index 04628bc35..8a8b72b2f 100644 --- a/utils/squashfs-tools/Makefile +++ b/utils/squashfs-tools/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> -PKG_CPE_ID:=cpe:/a:phillip_lougher:squashfs +PKG_CPE_ID:=cpe:/a:squashfs-tools_project:squashfs-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/plougher/squashfs-tools/tar.gz/${PKG_VERSION}? |