2019-05-30 01:39:02 +07:00
|
|
|
#
|
|
|
|
# All the relative URL paths are intended to be GitHub ones
|
2019-07-01 15:19:10 +07:00
|
|
|
# For Espressif's public projects please use '../../espressif/proj', not a '../proj'
|
2019-05-30 01:39:02 +07:00
|
|
|
#
|
2023-05-30 16:25:02 +02:00
|
|
|
# Submodules SBOM information
|
|
|
|
# ---------------------------
|
|
|
|
# Submodules, which are used directly and not forked into espressif namespace should
|
|
|
|
# contain SBOM information here. Other submodules should have the SBOM manifest file
|
|
|
|
# included in the root of their project's repository.
|
|
|
|
#
|
|
|
|
# The sbom-hash entry records the submodule's checkout SHA as presented in git-tree
|
|
|
|
# commit object. For example spiffs submodule
|
|
|
|
#
|
|
|
|
# $ git ls-tree HEAD components/spiffs/spiffs
|
|
|
|
# 160000 commit 0dbb3f71c5f6fae3747a9d935372773762baf852 components/spiffs/spiffs
|
|
|
|
#
|
|
|
|
# The hash can be also obtained with git submodule command
|
|
|
|
#
|
|
|
|
# $ git submodule status components/spiffs/spiffs
|
|
|
|
# 0dbb3f71c5f6fae3747a9d935372773762baf852 components/spiffs/spiffs (0.2-255-g0dbb3f71c5f6)
|
|
|
|
#
|
|
|
|
# The submodule SHA recorded here has to match with SHA, which is presented in git-tree.
|
|
|
|
# This is checked by CI. Also please don't forget to update the submodule version
|
|
|
|
# if you are changing the sbom-hash. This is important for SBOM generation.
|
2019-05-30 01:39:02 +07:00
|
|
|
|
2021-04-22 07:41:46 +08:00
|
|
|
[submodule "components/bt/controller/lib_esp32"]
|
|
|
|
path = components/bt/controller/lib_esp32
|
2022-07-12 16:48:54 +08:00
|
|
|
url = ../../espressif/esp32-bt-lib.git
|
2021-04-22 07:41:46 +08:00
|
|
|
|
2019-01-04 12:48:07 +05:30
|
|
|
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
|
|
|
|
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
|
2019-05-30 01:39:02 +07:00
|
|
|
url = ../../kmackay/micro-ecc.git
|
2023-09-20 10:39:58 +05:30
|
|
|
sbom-version = 1.1
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-cpe = cpe:2.3:a:micro-ecc_project:micro-ecc:{}:*:*:*:*:*:*:*
|
|
|
|
sbom-supplier = Person: Ken MacKay
|
|
|
|
sbom-url = https://github.com/kmackay/micro-ecc
|
|
|
|
sbom-description = A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors
|
2023-09-20 10:39:58 +05:30
|
|
|
sbom-hash = 24c60e243580c7868f4334a1ba3123481fe1aa48
|
2016-11-07 11:54:44 +11:00
|
|
|
|
2017-09-07 17:37:59 +03:00
|
|
|
[submodule "components/spiffs/spiffs"]
|
|
|
|
path = components/spiffs/spiffs
|
2019-05-30 01:39:02 +07:00
|
|
|
url = ../../pellepl/spiffs.git
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-version = 0.2-255-g0dbb3f71c5f6
|
|
|
|
sbom-supplier = Person: Peter Andersson
|
|
|
|
sbom-url = https://github.com/pellepl/spiffs
|
|
|
|
sbom-description = Wear-leveled SPI flash file system for embedded devices
|
|
|
|
sbom-hash = 0dbb3f71c5f6fae3747a9d935372773762baf852
|
2018-02-05 11:31:02 +08:00
|
|
|
|
|
|
|
[submodule "components/json/cJSON"]
|
|
|
|
path = components/json/cJSON
|
2019-05-30 01:39:02 +07:00
|
|
|
url = ../../DaveGamble/cJSON.git
|
2024-05-16 13:36:22 +05:30
|
|
|
sbom-version = 1.7.18
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-cpe = cpe:2.3:a:cjson_project:cjson:{}:*:*:*:*:*:*:*
|
|
|
|
sbom-supplier = Person: Dave Gamble
|
|
|
|
sbom-url = https://github.com/DaveGamble/cJSON
|
|
|
|
sbom-description = Ultralightweight JSON parser in ANSI C
|
2024-05-16 13:36:22 +05:30
|
|
|
sbom-hash = acc76239bee01d8e9c858ae2cab296704e52d916
|
2024-08-01 12:24:47 +02:00
|
|
|
sbom-cve-exclude-list = CVE-2024-31755 Resolved in v1.7.18
|
2018-05-08 21:45:10 +08:00
|
|
|
|
|
|
|
[submodule "components/mbedtls/mbedtls"]
|
|
|
|
path = components/mbedtls/mbedtls
|
2019-07-01 17:52:43 +02:00
|
|
|
url = ../../espressif/mbedtls.git
|
2018-05-29 11:25:24 +02:00
|
|
|
|
2018-09-06 19:43:08 +08:00
|
|
|
[submodule "components/lwip/lwip"]
|
|
|
|
path = components/lwip/lwip
|
2019-07-01 17:52:43 +02:00
|
|
|
url = ../../espressif/esp-lwip.git
|
2018-07-24 16:59:03 +02:00
|
|
|
|
|
|
|
[submodule "components/mqtt/esp-mqtt"]
|
|
|
|
path = components/mqtt/esp-mqtt
|
2019-07-01 17:52:43 +02:00
|
|
|
url = ../../espressif/esp-mqtt.git
|
2018-07-20 18:05:31 +05:30
|
|
|
|
|
|
|
[submodule "components/protobuf-c/protobuf-c"]
|
|
|
|
path = components/protobuf-c/protobuf-c
|
2019-07-02 13:40:04 +07:00
|
|
|
url = ../../protobuf-c/protobuf-c.git
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-version = 1.4.1
|
|
|
|
sbom-cpe = cpe:2.3:a:protobuf-c_project:protobuf-c:{}:*:*:*:*:*:*:*
|
|
|
|
sbom-supplier = Organization: protobuf-c community <https://groups.google.com/g/protobuf-c>
|
|
|
|
sbom-url = https://github.com/protobuf-c/protobuf-c
|
|
|
|
sbom-description = Protocol Buffers implementation in C
|
|
|
|
sbom-hash = abc67a11c6db271bedbb9f58be85d6f4e2ea8389
|
2018-11-11 15:36:24 +08:00
|
|
|
|
2018-10-25 12:52:32 +08:00
|
|
|
[submodule "components/unity/unity"]
|
|
|
|
path = components/unity/unity
|
2019-07-02 13:40:04 +07:00
|
|
|
url = ../../ThrowTheSwitch/Unity.git
|
2023-11-27 14:21:49 +01:00
|
|
|
sbom-version = v2.6.0-RC1
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-supplier = Organization: ThrowTheSwitch community <http://www.throwtheswitch.org>
|
|
|
|
sbom-url = https://github.com/ThrowTheSwitch/Unity
|
|
|
|
sbom-description = Simple Unit Testing for C
|
2023-11-27 14:21:49 +01:00
|
|
|
sbom-hash = bf560290f6020737eafaa8b5cbd2177c3956c03f
|
2018-11-11 15:36:24 +08:00
|
|
|
|
2019-06-30 16:39:00 +08:00
|
|
|
[submodule "components/bt/host/nimble/nimble"]
|
|
|
|
path = components/bt/host/nimble/nimble
|
2019-07-01 17:52:43 +02:00
|
|
|
url = ../../espressif/esp-nimble.git
|
2019-08-08 13:44:24 +10:00
|
|
|
|
2019-10-29 15:16:32 +08:00
|
|
|
[submodule "components/esp_wifi/lib"]
|
|
|
|
path = components/esp_wifi/lib
|
|
|
|
url = ../../espressif/esp32-wifi-lib.git
|
2019-11-18 17:34:33 +01:00
|
|
|
|
2020-08-05 10:16:32 +08:00
|
|
|
[submodule "components/cmock/CMock"]
|
|
|
|
path = components/cmock/CMock
|
|
|
|
url = ../../ThrowTheSwitch/CMock.git
|
2023-05-30 16:25:02 +02:00
|
|
|
sbom-version = v2.5.2-2-geeecc49ce8af
|
|
|
|
sbom-supplier = Organization: ThrowTheSwitch community <http://www.throwtheswitch.org>
|
|
|
|
sbom-url = https://github.com/ThrowTheSwitch/CMock
|
|
|
|
sbom-description = CMock - Mock/stub generator for C
|
|
|
|
sbom-hash = eeecc49ce8af123cf8ad40efdb9673e37b56230f
|
2021-04-02 14:49:49 +08:00
|
|
|
|
|
|
|
[submodule "components/openthread/openthread"]
|
|
|
|
path = components/openthread/openthread
|
|
|
|
url = ../../espressif/openthread.git
|
2021-04-22 07:41:46 +08:00
|
|
|
|
|
|
|
[submodule "components/bt/controller/lib_esp32c3_family"]
|
|
|
|
path = components/bt/controller/lib_esp32c3_family
|
|
|
|
url = ../../espressif/esp32c3-bt-lib.git
|
2021-05-24 19:39:39 +08:00
|
|
|
|
|
|
|
[submodule "components/esp_phy/lib"]
|
|
|
|
path = components/esp_phy/lib
|
|
|
|
url = ../../espressif/esp-phy-lib.git
|
2021-06-28 19:20:51 +08:00
|
|
|
|
|
|
|
[submodule "components/openthread/lib"]
|
|
|
|
path = components/openthread/lib
|
|
|
|
url = ../../espressif/esp-thread-lib.git
|
2021-07-09 12:04:15 +08:00
|
|
|
|
2021-12-06 15:08:11 +05:30
|
|
|
[submodule "components/bt/controller/lib_esp32h2/esp32h2-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32h2/esp32h2-bt-lib
|
|
|
|
url = ../../espressif/esp32h2-bt-lib.git
|
2022-06-03 22:04:49 +08:00
|
|
|
|
|
|
|
[submodule "components/bt/controller/lib_esp32c2/esp32c2-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32c2/esp32c2-bt-lib
|
|
|
|
url = ../../espressif/esp32c2-bt-lib.git
|
2022-07-20 13:59:14 +02:00
|
|
|
|
2022-11-21 16:36:02 +08:00
|
|
|
[submodule "components/bt/controller/lib_esp32c6/esp32c6-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32c6/esp32c6-bt-lib
|
|
|
|
url = ../../espressif/esp32c6-bt-lib.git
|
|
|
|
|
2024-04-03 10:58:06 +08:00
|
|
|
[submodule "components/bt/controller/lib_esp32c5/esp32c5-bt-lib"]
|
|
|
|
path = components/bt/controller/lib_esp32c5/esp32c5-bt-lib
|
|
|
|
url = ../../espressif/esp32c5-bt-lib.git
|
|
|
|
|
2022-07-20 13:59:14 +02:00
|
|
|
[submodule "components/heap/tlsf"]
|
|
|
|
path = components/heap/tlsf
|
|
|
|
url = ../../espressif/tlsf.git
|
2022-12-14 17:10:54 +08:00
|
|
|
|
|
|
|
[submodule "components/esp_coex/lib"]
|
|
|
|
path = components/esp_coex/lib
|
|
|
|
url = ../../espressif/esp-coex-lib.git
|
2023-11-08 09:57:57 +08:00
|
|
|
|
|
|
|
[submodule "components/bt/esp_ble_mesh/lib/lib"]
|
|
|
|
path = components/bt/esp_ble_mesh/lib/lib
|
|
|
|
url = ../../espressif/esp-ble-mesh-lib.git
|