postgresql: ignore unrelated CVE

CVE-2017-8806 doesn't apply to out configuration of postgresql so we
can safely ignore it.

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Davide Gardenal
2022-07-18 13:07:10 +02:00
committed by Khem Raj
parent 1642bfcb07
commit de4097f230
@@ -11,3 +11,7 @@ SRC_URI += "\
" "
SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a" SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a"
CVE_CHECK_IGNORE += "\
CVE-2017-8806 \
"