mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/ripgrep: drop stale ignore CVE entry
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>
(cherry picked from commit 107e935e1c)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
74d422ea62
commit
f6ff107879
@@ -10,7 +10,4 @@ RIPGREP_LICENSE = MIT
|
||||
RIPGREP_LICENSE_FILES = LICENSE-MIT
|
||||
RIPGREP_CPE_ID_VALID = YES
|
||||
|
||||
# CVE only impacts ripgrep on Windows
|
||||
RIPGREP_IGNORE_CVES += CVE-2021-3013
|
||||
|
||||
$(eval $(cargo-package))
|
||||
|
||||
Reference in New Issue
Block a user