summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libtorrent
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-18 13:07:06 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-18 09:11:22 -0700
commitefa12676dd0676fd0aa63457d7ba360fe8a6fae2 (patch)
treead3dea96d17132931893fc8b9ef0edf212de5a8e /meta-oe/recipes-connectivity/libtorrent
parent261465eb6e2bd8f83e6841f8e42e1fb1be6d1499 (diff)
downloadmeta-openembedded-efa12676dd0676fd0aa63457d7ba360fe8a6fae2.tar.gz
meta-oe: ignore patched CVEs
Some old CVEs don't have a vulnerable version range in the NVD database, this causes come mismatch with cve-check. Ignore many CVEs that are picked up by the class but are patched in our products. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent')
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index 2fa24b29b3..28a3e1e77a 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -11,6 +11,10 @@ SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https \
11 " 11 "
12SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" 12SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1"
13 13
14CVE_CHECK_IGNORE += "\
15 CVE-2009-1760 \
16"
17
14PV = "0.13.8" 18PV = "0.13.8"
15 19
16S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"