| Message ID | 20260826075348.64166-1-devanshp@cisco.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | python3: correct CVE_PRODUCT mapping | expand |
diff --git a/meta/recipes-devtools/python/python3_3.14.7.bb b/meta/recipes-devtools/python/python3_3.14.7.bb index 1eef256a83..5764359a02 100644 --- a/meta/recipes-devtools/python/python3_3.14.7.bb +++ b/meta/recipes-devtools/python/python3_3.14.7.bb @@ -36,7 +36,7 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" # maintenance branches. inherit upstream-stable-release-point -CVE_PRODUCT = "python:python python_software_foundation:python cpython" +CVE_PRODUCT = "python:python python_software_foundation:python python:cpython python_software_foundation:cpython" PYTHON_MAJMIN = "3.14"