diff options
author | Ross Burton <ross@burtonini.com> | 2020-09-08 17:47:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-08 23:03:04 +0100 |
commit | b18c14046701d1241582713f81223feaa724952e (patch) | |
tree | 403409d6add1d3bf83e21451aa78cc1c7f44ad45 /meta/recipes-devtools/cmake/cmake.inc | |
parent | 1a99396ed5aaa4e7c5365beac4b9b857ec926ce5 (diff) | |
download | poky-b18c14046701d1241582713f81223feaa724952e.tar.gz |
cmake: whitelist CVE-2016-10642
This CVE is specific to the npm package that can install cmake, so isn't
relevant to our cmake recipe.
(From OE-Core rev: 8e74ed809ec4c1f61264ecf5be4bc319e5e07766)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 1334977225..fa1b818ae4 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -25,3 +25,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | |||
25 | SRC_URI[sha256sum] = "5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e" | 25 | SRC_URI[sha256sum] = "5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e" |
26 | 26 | ||
27 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 27 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
28 | |||
29 | # This is specific to the npm package that installs cmake, so isn't | ||
30 | # relevant to OpenEmbedded | ||
31 | CVE_CHECK_WHITELIST += "CVE-2016-10642" | ||