sssd: ignore CVE-2018-16838

CVE-2018-16838 is patched in our version of sssd but it doesn't have
a vulnerable version range in the NVD database,
that's why it needs to be ignored.

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
This commit is contained in:
Davide Gardenal
2022-07-18 13:28:23 +02:00
committed by Armin Kuster
parent d3d8e62bf1
commit 7e3596e848
+4
View File
@@ -28,6 +28,10 @@ SRC_URI = "https://github.com/SSSD/sssd/releases/download/${PV}/sssd-${PV}.tar.g
SRC_URI[sha256sum] = "5e21b3c7b4a2f1063d0fbdd3216d29886b6eaba153b44fb5961698367f399a0f"
CVE_CHECK_IGNORE += "\
CVE-2018-16838 \
"
inherit autotools pkgconfig gettext python3-dir features_check systemd
REQUIRED_DISTRO_FEATURES = "pam"