mirror of
https://github.com/espressif/mbedtls.git
synced 2026-07-29 15:47:47 +00:00
change: update the SBOM manifest file with keywords and excluded CVEs.
The latest version of esp-idf-sbom will enable an extended keyword scan, which can aid in early detection of potential vulnerabilities by matching specified keywords in CVE descriptions. Additionally, CVEs identified by the extended scan but not yet analyzed by the NVD have been added to the CVE exclude list. These CVEs have already been addressed in the current or earlier versions of mbedtls. Signed-off-by: Frantisek Hrbata <[email protected]>
This commit is contained in:
@@ -3,3 +3,11 @@ cpe: cpe:2.3:a:arm:mbed_tls:{}:*:*:*:*:*:*:*
|
||||
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
|
||||
originator: 'Organization: Trusted Firmware <[email protected]>'
|
||||
description: An open source, portable, easy to use, readable and flexible SSL library with additional features and patches from Espressif.
|
||||
cve-keywords:
|
||||
- mbed tls
|
||||
- mbedtls
|
||||
cve-exclude-list:
|
||||
- cve: CVE-2025-52496
|
||||
reason: Fixed in 3.6.4
|
||||
- cve: CVE-2025-27810
|
||||
reason: Fixed in 3.6.3
|
||||
|
||||
Reference in New Issue
Block a user