diff mbox series

[2/5] python3-attrs: fix CVE_PRODUCT

Message ID 20260809232107.367378-5-tim.orling@konsulko.com
State Under Review
Headers show
Series [1/5] python3-wheel: fix CVE_PRODUCT | expand

Commit Message

Tim Orling Aug. 9, 2026, 11:21 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

No new CVEs are caught, but attrs_project:attrs matches the CPE upstream.

AI-Generated: Claude Sonnet 5
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 meta/recipes-devtools/python/python3-attrs_26.1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Orling Aug. 10, 2026, 12:45 a.m. UTC | #1
This might not be correct. Hold off until we verify the CPE upstream.

On Sun, Aug 9, 2026 at 4:21 PM Tim Orling via lists.openembedded.org
<tim.orling=konsulko.com@lists.openembedded.org> wrote:

> From: Tim Orling <tim.orling@konsulko.com>
>
> No new CVEs are caught, but attrs_project:attrs matches the CPE upstream.
>
> AI-Generated: Claude Sonnet 5
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  meta/recipes-devtools/python/python3-attrs_26.1.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
> b/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
> index 03621e41a6..1c28809728 100644
> --- a/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
> +++ b/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
> @@ -7,6 +7,8 @@ SRC_URI[sha256sum] =
> "d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c98
>
>  inherit pypi ptest-python-pytest python_hatchling
>
> +CVE_PRODUCT = "attrs_project:attrs"
> +
>  DEPENDS += " \
>      python3-hatch-vcs-native \
>      python3-hatch-fancy-pypi-readme-native \
> --
> 2.47.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#243084):
> https://lists.openembedded.org/g/openembedded-core/message/243084
> Mute This Topic: https://lists.openembedded.org/mt/120677496/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-attrs_26.1.0.bb b/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
index 03621e41a6..1c28809728 100644
--- a/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
+++ b/meta/recipes-devtools/python/python3-attrs_26.1.0.bb
@@ -7,6 +7,8 @@  SRC_URI[sha256sum] = "d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c98
 
 inherit pypi ptest-python-pytest python_hatchling
 
+CVE_PRODUCT = "attrs_project:attrs"
+
 DEPENDS += " \
     python3-hatch-vcs-native \
     python3-hatch-fancy-pypi-readme-native \