mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
change: exclude CVEs that do not impact ESP-IDF components
cJSON: CVE-2024-31755 - Resolved in cJSON v1.7.18 FreeRTOS: CVE-2024-28115 - Affects only ARMv7-M MPU ports, and ARMv8-M ports Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
parent
6d79a72d62
commit
8027ab8398
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -55,6 +55,7 @@
|
|||||||
sbom-url = https://github.com/DaveGamble/cJSON
|
sbom-url = https://github.com/DaveGamble/cJSON
|
||||||
sbom-description = Ultralightweight JSON parser in ANSI C
|
sbom-description = Ultralightweight JSON parser in ANSI C
|
||||||
sbom-hash = acc76239bee01d8e9c858ae2cab296704e52d916
|
sbom-hash = acc76239bee01d8e9c858ae2cab296704e52d916
|
||||||
|
sbom-cve-exclude-list = CVE-2024-31755 Resolved in v1.7.18
|
||||||
|
|
||||||
[submodule "components/mbedtls/mbedtls"]
|
[submodule "components/mbedtls/mbedtls"]
|
||||||
path = components/mbedtls/mbedtls
|
path = components/mbedtls/mbedtls
|
||||||
|
@ -7,3 +7,5 @@ description: An open-source, real-time operating system (RTOS) with additional f
|
|||||||
cve-exclude-list:
|
cve-exclude-list:
|
||||||
- cve: CVE-2021-43997
|
- cve: CVE-2021-43997
|
||||||
reason: This vulnerability only affects ARMv7-M and ARMv8-M ports of FreeRTOS and hence does not affect Espressif SoCs which are not based on these architectures.
|
reason: This vulnerability only affects ARMv7-M and ARMv8-M ports of FreeRTOS and hence does not affect Espressif SoCs which are not based on these architectures.
|
||||||
|
- cve: CVE-2024-28115
|
||||||
|
reason: Affects only ARMv7-M MPU ports, and ARMv8-M ports with Memory Protected Unit (MPU) support enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user