diff options
| author | Beniamin Sandu <beniaminsandu@gmail.com> | 2024-04-17 23:32:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:42 -0700 |
| commit | e872c0ed54a80e10d03d3ef3063fbe8b98e3d03d (patch) | |
| tree | 820bfb0784cac8ffac17c78546004d91567c5040 /meta-oe/recipes-connectivity | |
| parent | cf50369230247d57480e192d0311b6ae62af45bc (diff) | |
| download | meta-openembedded-e872c0ed54a80e10d03d3ef3063fbe8b98e3d03d.tar.gz | |
libtorrent-rasterbar: fix CVE mapping
Set CVE_PRODUCT for this recipe to fix the mapping,
as it was checking against the wrong recipe before.
Log from cve_check after change:
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2008-0646
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2009-1760
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-5301
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-7164
NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2017-9847
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb index 084e3c4080..f2de1f468d 100644 --- a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb +++ b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb | |||
| @@ -17,6 +17,8 @@ S = "${WORKDIR}/git" | |||
| 17 | 17 | ||
| 18 | inherit cmake pkgconfig python3targetconfig | 18 | inherit cmake pkgconfig python3targetconfig |
| 19 | 19 | ||
| 20 | CVE_PRODUCT = "libtorrent" | ||
| 21 | |||
| 20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 22 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
| 21 | 23 | ||
| 22 | PACKAGECONFIG ??= "python3" | 24 | PACKAGECONFIG ??= "python3" |
