mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
The ignore CVE entry was added because the vulnerability only affects Windows. But it also only affected ripgrep versions < 13, and we're using ripgrep 14.x now, so the CVE is anyway no longer relevant, and the ignore CVE entry can be dropped. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
381 B
Makefile
14 lines
381 B
Makefile
################################################################################
|
|
#
|
|
# ripgrep
|
|
#
|
|
################################################################################
|
|
|
|
RIPGREP_VERSION = 14.1.1
|
|
RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
|
|
RIPGREP_LICENSE = MIT
|
|
RIPGREP_LICENSE_FILES = LICENSE-MIT
|
|
RIPGREP_CPE_ID_VALID = YES
|
|
|
|
$(eval $(cargo-package))
|