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>
This commit is contained in:
committed by
Peter Korsgaard
parent
bdcc1299cc
commit
f1b759d34a
@@ -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