From: "mark.yang" <[email protected]> The pypi class default python:pyyaml vendor prefix matches nothing, so PyYAML CVEs are not evaluated at all. The databases use two vendor spellings: pyyaml in the NVD CPEs, and "Red Hat" (with a space, not expressible as a vendor:product pair) in CVE-2020-1747's CNA record. Use the bare product name to cover both.
All four existing CVEs (CVE-2017-18342, CVE-2019-20477, CVE-2020-1747, CVE-2020-14343) are fixed by 5.4, so they resolve as not affected at 6.0.3. Signed-off-by: mark.yang <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 89a0ba3c2da2a7755bafb28afbf75dc7112e2549) Signed-off-by: Himanshu Jadon <[email protected]> Signed-off-by: Fabien Thomas <[email protected]> --- meta/recipes-devtools/python/python3-pyyaml_6.0.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.3.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.3.bb index 7e2b088ca5..849e2c9cc8 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.3.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.3.bb @@ -21,4 +21,6 @@ RDEPENDS:${PN} += "\ python3-netclient \ " +CVE_PRODUCT = "pyyaml" + BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243362): https://lists.openembedded.org/g/openembedded-core/message/243362 Mute This Topic: https://lists.openembedded.org/mt/120735227/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
