Skip to content

Instantly share code, notes, and snippets.

@kiang
Created June 26, 2023 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiang/adbaea7cdd7292a7680f2e3d9d9743db to your computer and use it in GitHub Desktop.
Save kiang/adbaea7cdd7292a7680f2e3d9d9743db to your computer and use it in GitHub Desktop.
spdx.json
{
"SPDXID": "SPDXRef-DOCUMENT",
"spdxVersion": "SPDX-2.2",
"creationInfo": {
"comment": "This SPDX document has been converted from CycloneDX format.",
"created": "2023-06-13T15:45:34.95Z",
"creators": [
"Tool: cdxgen-8.4.13",
"Person: Prabhu Subramanian (prabhu@appthreat.com)"
]
},
"name": "CycloneDX BOM",
"dataLicense": "CC0-1.0",
"documentNamespace": "http://spdx.org/spdxdocs/CycloneDX BOM-a0916195-9032-4564-933b-91f940bb63a2",
"packages": [
{
"SPDXID": "SPDXRef-pkg:nuget/Newtonsoft.Json@9.0.1",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "53cda61d048a68893e96949509b59828d6af98d1f58b9c6b1310c4aae5358ba239a55e9430ea919c945294a3b770c3df729a744600d8fbc8d45c7750e087d7bf"
}
],
"copyrightText": "NOASSERTION",
"description": "Json.NET is a popular high-performance JSON framework for .NET",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseDeclared": "MIT",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "Newtonsoft.Json",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "9.0.1"
},
{
"SPDXID": "SPDXRef-pkg:nuget/SharpZipLib@1.3.2",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "59275e0d178bf1eba0302c39047fed140669811f98b183309ba908bea83727c2db7d18db6de6e61339fadc06c4bdeab230e96304eebc83ab420afd7ae703244a"
}
],
"copyrightText": "NOASSERTION",
"description": "SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseDeclared": "MIT",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "SharpZipLib",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "1.3.2"
},
{
"SPDXID": "SPDXRef-pkg:nuget/System.Drawing.Common@4.7.0",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "bfe5dbc981da6630df9f410d989115d5560b8068024f1d609df381729a68c1ba4e02b8a09588060af1423ebd84119c81bd7969c5b12c4f090e9489e5d74eda84"
}
],
"copyrightText": "NOASSERTION",
"description": "Provides access to GDI\u002B graphics functionality.\n\nCommonly Used Types:\nSystem.Drawing.Bitmap\nSystem.Drawing.BitmapData\nSystem.Drawing.Brush\nSystem.Drawing.Font\nSystem.Drawing.Graphics\nSystem.Drawing.Icon\n \nWhen using NuGet 3.x this package requires at least version 3.4.",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseDeclared": "MIT",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "System.Drawing.Common",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "4.7.0"
},
{
"SPDXID": "SPDXRef-pkg:nuget/System.Net.Http@4.3.0",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "b1883e16d20bb5142e61648802e34e10bc15b95b31572246590c8e9e5033855e31be1c859ce3756c0cd8602fa38d15bc25110ce394744790e08bc3130b9b04c0"
}
],
"copyrightText": "NOASSERTION",
"description": "Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers.\n\nCommonly Used Types:\nSystem.Net.Http.HttpResponseMessage\nSystem.Net.Http.DelegatingHandler\nSystem.Net.Http.HttpRequestException\nSystem.Net.Http.HttpClient\nSystem.Net.Http.MultipartContent\nSystem.Net.Http.Headers.HttpContentHeaders\nSystem.Net.Http.HttpClientHandler\nSystem.Net.Http.StreamContent\nSystem.Net.Http.FormUrlEncodedContent\nSystem.Net.Http.HttpMessageHandler\n \nWhen using NuGet 3.x this package requires at least version 3.4.",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "System.Net.Http",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "4.3.0"
},
{
"SPDXID": "SPDXRef-pkg:nuget/System.Text.Encodings.Web@6.0.0",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "560f1e0794dac26d4816a8f84d52b5733257f3dae1171268f442ea73f122ab4797cb5dd12b4d1eb9bc94e93244eb2f864178f25798127e27b00d4663420484d3"
}
],
"copyrightText": "NOASSERTION",
"description": "Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).\n\nCommonly Used Types:\nSystem.Text.Encodings.Web.HtmlEncoder\nSystem.Text.Encodings.Web.UrlEncoder\nSystem.Text.Encodings.Web.JavaScriptEncoder\n \nWhen using NuGet 3.x this package requires at least version 3.4.",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseDeclared": "MIT",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "System.Text.Encodings.Web",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "6.0.0"
},
{
"SPDXID": "SPDXRef-pkg:nuget/System.Text.RegularExpressions@4.3.0",
"checksums": [
{
"algorithm": "SHA512",
"checksumValue": "4694f60c0f8bebad1c06dd45b2c204f42006a4b15d14fba1781ee92e92a99fa65735bcbb8c31117bc51afcd7b6c468b02d51b624eab38a26950860e89f9b0a14"
}
],
"copyrightText": "NOASSERTION",
"description": "Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine.\n\nCommonly Used Types:\nSystem.Text.RegularExpressions.Regex\nSystem.Text.RegularExpressions.RegexOptions\nSystem.Text.RegularExpressions.Match\nSystem.Text.RegularExpressions.Group\nSystem.Text.RegularExpressions.Capture\nSystem.Text.RegularExpressions.MatchEvaluator\n \nWhen using NuGet 3.x this package requires at least version 3.4.",
"downloadLocation": "NOASSERTION",
"homepage": "NOASSERTION",
"licenseConcluded": "NOASSERTION",
"licenseInfoFromFiles": [
"NOASSERTION"
],
"name": "System.Text.RegularExpressions",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "4.3.0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment