mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/redis: update CPE vendor
The CPE "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*" is valid for this
package.
See the GHSA [1] and the associated CVE [2].
[1] https://github.com/redis/redis/security/advisories/GHSA-c8h9-259x-jff4
[2] https://nvd.nist.gov/vuln/detail/CVE-2026-25243
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 25601df83b)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -8,7 +8,7 @@ REDIS_VERSION = 7.2.13
|
||||
REDIS_SITE = http://download.redis.io/releases
|
||||
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
|
||||
REDIS_LICENSE_FILES = COPYING
|
||||
REDIS_CPE_ID_VENDOR = redislabs
|
||||
REDIS_CPE_ID_VENDOR = redis
|
||||
REDIS_SELINUX_MODULES = redis
|
||||
|
||||
define REDIS_USERS
|
||||
|
||||
Reference in New Issue
Block a user