Skip to content

Commit

Permalink
Add more fallback SBOM data
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Nov 21, 2024
1 parent d4d5296 commit 416993b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions mbedtls.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/Mbed-TLS/mbedtls@@VCS_TAG@",
"cpe": "cpe:2.3:a:Mbed-TLS:mbedtls:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "mbedtls",
"version": "@VCS_VERSION@",
"description": "Implements cryptographic primitives, X.509 certificate manipulation and SSL/TLS and DTLS protocols",
"supplier": {
"name": "The Mbed TLS Contributors"
},
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
},
{
"license": {
"id": "GPL-2.0-or-later"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Mbed-TLS/mbedtls"
},
{
"type": "vcs",
"url": "https://github.com/ARMmbed/mbedtls"
}
]
}
]
}

0 comments on commit 416993b

Please sign in to comment.