Skip to content

Commit

Permalink
Merge pull request tlsfuzzer#975 from hughsie/hughsie/sbom
Browse files Browse the repository at this point in the history
Add a SBOM file in CycloneDX format
  • Loading branch information
tomato42 authored Nov 19, 2024
2 parents 4d05df7 + 2e2eca1 commit 7ccc451
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions sbom.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "application",
"bom-ref": "pkg:github/tlsfuzzer/tlsfuzzer@@VCS_TAG@",
"cpe": "cpe:2.3:a:tlsfuzzer:tlsfuzzer:@VCS_TAG@:*:*:*:*:*:*:*",
"name": "tlsfuzzer",
"version": "@VCS_VERSION@",
"description": "Test suite for SSLv2, SSLv3, TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3 implementations",
"supplier": {
"name": "tlsfuzzer developers"
},
"licenses": [
{
"license": {
"id": "GPL-2.0"
}
}
],
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/tlsfuzzer/tlsfuzzer"
}
]
}
]
}

0 comments on commit 7ccc451

Please sign in to comment.