Set correct CVE_PRODUCT to be used instead of ${PN}.
See CVE db query:
sqlite> select * from products where product like '%cvxopt%';
CVE-2021-41500|cvxopt_project|cvxopt|||1.2.6|<=
Signed-off-by: Gyorgy Sarvari <[email protected]>
---
meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb
b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb
index 78402d50f4..3573d7719f 100644
--- a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb
@@ -7,6 +7,7 @@ SRC_URI =
"git://github.com/cvxopt/cvxopt;protocol=https;branch=master"
SRCREV = "3b718ee560b3b97d6255c55f0ed7f64cb4b72082"
+CVE_PRODUCT = "cvxopt"
RDEPENDS:${PN} += "lapack suitesparse"
DEPENDS += "lapack suitesparse"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#123057):
https://lists.openembedded.org/g/openembedded-devel/message/123057
Mute This Topic: https://lists.openembedded.org/mt/117009257/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-