fix(openthread): exclude CVE-2026-8369 from the list

This commit is contained in:
Mahavir Jain
2026-05-15 09:48:56 +05:30
parent cc532288e8
commit f4fb9faebd
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: 'openthread component'
version: '2023-07-06'
version: '2025-06-12'
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
description: Espressif fork of OpenThread project, used to maintain ESP-specific patches and release branches
manifests:

View File

@@ -1,8 +1,11 @@
name: 'openthread'
version: '2023-07-06'
version: '2025-06-12'
cpe: cpe:2.3:o:google:openthread:{}:*:*:*:*:*:*:*
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
originator: 'Organization: Google LLC'
description: OpenThread released by Google is an open-source implementation of the Thread networking
url: https://github.com/espressif/openthread
hash: a98813b30ae58f9a95ece680b9cc46c3874de6ea
cve-exclude-list:
- cve: CVE-2026-8369
reason: We use Espressifs NAT64 implementation and hence this CVE from the upstream NAT64 implementation is not applicable.