From 41afb506d772cd78b22836fc3e1a4bd7c7a005ed Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Sun, 3 Dec 2023 16:36:41 +0100 Subject: [PATCH] fix(storage/fatfs): add Organization prefix to originator MR espressif/esp-idf!27436 added sbom manifest file for fatfs, but the originator is missing a prefix required by SPDX specification. This results in malformed SPDX sbom files. Signed-off-by: Frantisek Hrbata --- components/fatfs/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fatfs/sbom.yml b/components/fatfs/sbom.yml index d66fcde93b..d9e037070c 100644 --- a/components/fatfs/sbom.yml +++ b/components/fatfs/sbom.yml @@ -1,5 +1,5 @@ name: 'FatFs' version: 'R0.15' supplier: 'Organization: Espressif Systems (Shanghai) CO LTD' -originator: 'ChaN' +originator: 'Person: ChaN' description: 'Generic FAT Filesystem Module for embedded systems.'