diff options
| -rw-r--r-- | meta/recipes-extended/procps/procps_3.3.12.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/procps/procps_3.3.12.bb b/meta/recipes-extended/procps/procps_3.3.12.bb index 6e15b0a5a0..d4ebaf9db0 100644 --- a/meta/recipes-extended/procps/procps_3.3.12.bb +++ b/meta/recipes-extended/procps/procps_3.3.12.bb | |||
| @@ -64,3 +64,6 @@ python __anonymous() { | |||
| 64 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('base_sbindir'), prog)) | 64 | d.setVarFlag('ALTERNATIVE_LINK_NAME', prog, '%s/%s' % (d.getVar('base_sbindir'), prog)) |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | # 'ps' isn't suitable for use as a security tool so whitelist this CVE. | ||
| 68 | # https://bugzilla.redhat.com/show_bug.cgi?id=1575473#c3 | ||
| 69 | CVE_CHECK_WHITELIST += "CVE-2018-1121" | ||
