mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/ninja: ignore CVE-2021-4336
CVE is filed against a different project.
Signed-off-by: Daniel Lang <dalang@gmx.at>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f1b759d34a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1a93dc61f1
commit
e15bf2dcac
@@ -10,6 +10,9 @@ NINJA_SITE = $(call github,Kitware,ninja,v$(NINJA_VERSION))
|
||||
NINJA_LICENSE = Apache-2.0
|
||||
NINJA_LICENSE_FILES = COPYING
|
||||
|
||||
# Filed against a different project called monitor-ninja
|
||||
NINJA_IGNORE_CVES += CVE-2021-4336
|
||||
|
||||
define HOST_NINJA_INSTALL_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/ninja $(HOST_DIR)/bin/ninja
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user