mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/hiredis: add CPE vendor
The CPE "cpe:2.3:a:redis:hiredis:*:*:*:*:*:*:*:*" is valid for this package. See the GHSA [1] and the associated CVE [2]. [1] https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2 [2] https://nvd.nist.gov/vuln/detail/CVE-2021-32765 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3dad008858
commit
88b575a920
@@ -9,7 +9,7 @@ HIREDIS_VERSION = $(HIREDIS_VERSION_MAJOR).0
|
||||
HIREDIS_SITE = $(call github,redis,hiredis,v$(HIREDIS_VERSION))
|
||||
HIREDIS_LICENSE = BSD-3-Clause
|
||||
HIREDIS_LICENSE_FILES = COPYING
|
||||
HIREDIS_CPE_ID_VENDOR = redislabs
|
||||
HIREDIS_CPE_ID_VENDOR = redis
|
||||
HIREDIS_INSTALL_STAGING = YES
|
||||
|
||||
# The package is a dependency to ccache so ccache cannot be a dependency
|
||||
|
||||
Reference in New Issue
Block a user