mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feat/add_sbom_manifest_file_for_ot' into 'master'
feat(openthread): add sbom manifest file Closes IDF-8307 See merge request espressif/esp-idf!27801
This commit is contained in:
commit
2649097441
7
components/openthread/sbom.yml
Normal file
7
components/openthread/sbom.yml
Normal file
@ -0,0 +1,7 @@
|
||||
name: 'openthread component'
|
||||
version: '2023-07-06'
|
||||
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
|
||||
description: Espressif fork of OpenThread project, used to maintain ESP-specific patches and release branches
|
||||
manifests:
|
||||
- path: sbom_openthread.yml
|
||||
dest: openthread
|
8
components/openthread/sbom_openthread.yml
Normal file
8
components/openthread/sbom_openthread.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: 'openthread'
|
||||
version: '2023-07-06'
|
||||
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: 41ef80717f4b757440125932723cc8721ef42f7f
|
Loading…
Reference in New Issue
Block a user