Skip to content

Commit 701a699

Browse files
authored
Update SBOM JSON file for ATfE newlib overlay; and Python script which generates this SBOM JSON file. (#212)
Update SBOM JSON file for ATfE newlib overlay; and Python script which generates this SBOM JSON file.
1 parent 276d935 commit 701a699

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arm-software/embedded/ATfE-SBOM-newlib-overlay.spdx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SPDXID": "SPDXRef-DOCUMENT",
33
"creationInfo": {
4-
"created": "2025-03-11T14:57:58Z",
4+
"created": "2025-03-18T15:54:51Z",
55
"creators": [
66
"Organization: Arm Limited ([email protected])"
77
]
@@ -70,7 +70,7 @@
7070
"SPDXID": "SPDXRef-Package-43e25662-200b-584e-b946-57bddf7cb24a",
7171
"downloadLocation": "https://sourceware.org/newlib/",
7272
"filesAnalyzed": false,
73-
"licenseComments": "Detailed list of licenses is at: https://github.com/picolibc/picolibc/blob/main/COPYING.NEWLIB",
73+
"licenseComments": "Detailed list of licenses is at: https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=COPYING.NEWLIB;hb=HEAD and https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=COPYING.LIBGLOSS;hb=HEAD",
7474
"name": "newlib",
7575
"originator": "Organization: https://sourceware.org/newlib/ ([email protected])",
7676
"supplier": "Organization: https://sourceware.org/newlib/ ([email protected])"

arm-software/embedded/scripts/SBOM_Files/generate_ATfE-SBOM-newlib-overlay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def create_Package(
168168
"https://sourceware.org/newlib/",
169169
170170
"",
171-
"Detailed list of licenses is at: https://github.com/picolibc/picolibc/blob/main/COPYING.NEWLIB",
171+
"Detailed list of licenses is at: https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=COPYING.NEWLIB;hb=HEAD and https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=COPYING.LIBGLOSS;hb=HEAD",
172172
)
173173

174174
# Now that we have a package defined, we can add it to the document's package property.

0 commit comments

Comments
 (0)