mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/jq: add CPE vendor
The CPE "cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*" is valid for this package. See the GHSA [1] and the associated CVE [2]. [1] https://github.com/jqlang/jq/security/advisories/GHSA-rmpv-jgvr-wpr9 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-44777 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
5a27004cff
commit
3dad008858
@@ -9,7 +9,7 @@ JQ_SITE = https://github.com/jqlang/jq/releases/download/jq-$(JQ_VERSION)
|
||||
JQ_LICENSE = MIT (code), ICU (decNumber), CC-BY-3.0 (documentation), \
|
||||
BSD-2-Clause (strptime)
|
||||
JQ_LICENSE_FILES = COPYING
|
||||
JQ_CPE_ID_VALID = YES
|
||||
JQ_CPE_ID_VENDOR = jqlang
|
||||
JQ_INSTALL_STAGING = YES
|
||||
|
||||
# uses c99 specific features
|
||||
|
||||
Reference in New Issue
Block a user