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 22, 2024
1 parent f804034 commit ef3d1a9
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions pyca-cryptography.cdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "pkg:github/pyca/cryptography@@VCS_TAG@",
"cpe": "cpe:2.3:a:cryptography.io:cryptography:@VCS_TAG@:*:*:*:*:python:*:*",
"name": "Python Cryptography",
"version": "@VCS_VERSION@",
"description": "Cryptographic standard library for Python",
"authors": [
{
"name": "@VCS_AUTHORS@"
}
],
"supplier": {
"name": "cryptography.io"
},
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
},
{
"license": {
"id": "BSD-3-Clause"
}
}
],
"externalReferences": [
{
"type": "website",
"url": "https://cryptography.io/en/latest/"
},
{
"type": "vcs",
"url": "https://github.com/pyca/cryptography"
}
]
}
]
}

0 comments on commit ef3d1a9

Please sign in to comment.