diff options
author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-06 11:42:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-06 05:08:49 -0700 |
commit | dd25c788894b190f6ba034a4faf47cb4ffef07de (patch) | |
tree | 04a01dd5699c3aa91e17c6e58533f5ae1b54ecfa /meta-networking/recipes-support/spice | |
parent | 38dbdf4b23e5495e5ee1d2db50e573a9c7aa8bbb (diff) | |
download | meta-openembedded-dd25c788894b190f6ba034a4faf47cb4ffef07de.tar.gz |
spice: ignore patched CVEs
The following CVEs are already patched so we can ignore them:
- CVE-2016-0749
- CVE-2016-2150
- CVE-2018-10893
This is caused by inaccurate CPE in the NVD database.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index d9083bcbe..1887a5582 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -30,6 +30,12 @@ SRC_URI = " \ | |||
30 | 30 | ||
31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
32 | 32 | ||
33 | CVE_CHECK_IGNORE += "\ | ||
34 | CVE-2016-0749 \ | ||
35 | CVE-2016-2150 \ | ||
36 | CVE-2018-10893 \ | ||
37 | " | ||
38 | |||
33 | inherit autotools gettext python3native python3-dir pkgconfig | 39 | inherit autotools gettext python3native python3-dir pkgconfig |
34 | 40 | ||
35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" | 41 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |