diff options
author | Sekine Shigeki <sekine.shigeki@fujitsu.com> | 2021-06-18 21:16:50 +0900 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-06-20 15:49:26 -0700 |
commit | 46f7e7acbeee02d46933100a374532a0b9580757 (patch) | |
tree | c75be73395ce254a4d7a7d4271241d5675e7e3e2 | |
parent | fcd4a8bbf6b15bbf7f5b3069b0e6a17f9cd4737f (diff) | |
download | meta-security-46f7e7acbeee02d46933100a374532a0b9580757.tar.gz |
smack: add 3 cves to allowlist
CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 are not for smack of smack-team(https://github.com/smack-team/smack) but other project.
Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/smack/smack_1.3.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index b1ea4e9..88ae56c 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb | |||
@@ -13,6 +13,11 @@ SRC_URI = " \ | |||
13 | 13 | ||
14 | PV = "1.3.1" | 14 | PV = "1.3.1" |
15 | 15 | ||
16 | # CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product. | ||
17 | CVE_CHECK_WHITELIST += "CVE-2014-0363" | ||
18 | CVE_CHECK_WHITELIST += "CVE-2014-0364" | ||
19 | CVE_CHECK_WHITELIST += "CVE-2016-10027" | ||
20 | |||
16 | inherit autotools update-rc.d pkgconfig ptest | 21 | inherit autotools update-rc.d pkgconfig ptest |
17 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |
18 | inherit features_check | 23 | inherit features_check |