Skip to content

Add licenses and copyrights to SBOM entries #1598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion etc/cyclonedx.sbom.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"components": [
{
"bom-ref": "pkg:github/juliastrings/[email protected]",
"copyright": "Copyright \u00a9 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.",
"externalReferences": [
{
"type": "distribution",
Expand All @@ -13,13 +14,27 @@
}
],
"group": "juliastrings",
"licenses": [
{
"license": {
"id": "MIT"
}
},
{
"license": {
"id": "Unicode-TOU",
"url": "https://www.unicode.org/copyright.html"
}
}
],
"name": "utf8proc",
"purl": "pkg:github/juliastrings/[email protected]",
"type": "library",
"version": "2.8.0"
},
{
"bom-ref": "pkg:github/madler/[email protected]",
"copyright": "(C) 1995-2024 Jean-loup Gailly and Mark Adler",
"externalReferences": [
{
"type": "distribution",
Expand All @@ -31,26 +46,42 @@
}
],
"group": "madler",
"licenses": [
{
"license": {
"id": "Zlib"
}
}
],
"name": "zlib",
"purl": "pkg:github/madler/[email protected]",
"type": "library",
"version": "v1.2.13"
},
{
"bom-ref": "pkg:github/mnunberg/jsonsl",
"copyright": "Copyright (c) 2012-2015 M. Nunberg, [email protected]",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/mnunberg/jsonsl"
}
],
"group": "mnunberg",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"name": "jsonsl",
"purl": "pkg:github/mnunberg/jsonsl",
"type": "library"
},
{
"bom-ref": "pkg:github/troydhanson/[email protected]",
"copyright": "Copyright (c) 2005-2018, Troy D. Hanson http://troydhanson.github.com/uthash/",
"externalReferences": [
{
"type": "distribution",
Expand All @@ -62,6 +93,13 @@
}
],
"group": "troydhanson",
"licenses": [
{
"license": {
"id": "BSD-1-Clause"
}
}
],
"name": "uthash",
"purl": "pkg:github/troydhanson/[email protected]",
"type": "library",
Expand All @@ -83,7 +121,7 @@
}
],
"metadata": {
"timestamp": "2024-05-03T19:02:40.015183+00:00",
"timestamp": "2024-05-09T19:36:07.416344+00:00",
"tools": [
{
"externalReferences": [
Expand Down