mirror of
https://github.com/google/googletest.git
synced 2025-12-07 09:16:51 +08:00
Merge 6b9664a984a4d8f3bbf24c76d7889eb24cc65dbb into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
6b4a683abd
48
sbom.cdx.json
Normal file
48
sbom.cdx.json
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"bomFormat": "CycloneDX",
|
||||||
|
"specVersion": "1.6",
|
||||||
|
"version": 1,
|
||||||
|
"metadata": {
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "@VCS_SBOM_AUTHORS@"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "library",
|
||||||
|
"bom-ref": "pkg:github/google/googletest@@VCS_TAG@",
|
||||||
|
"cpe": "cpe:2.3:a:google:googletest:@VCS_TAG@:*:*:*:*:*:*:*",
|
||||||
|
"name": "GoogleTest",
|
||||||
|
"version": "@VCS_VERSION@",
|
||||||
|
"description": "A xUnit test framework",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "@VCS_AUTHORS@",
|
||||||
|
"url": "https://raw.githubusercontent.com/google/googletest/refs/heads/main/CONTRIBUTORS"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"supplier": {
|
||||||
|
"name": "Google"
|
||||||
|
},
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"license": {
|
||||||
|
"id": "BSD-3-Clause"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"externalReferences": [
|
||||||
|
{
|
||||||
|
"type": "website",
|
||||||
|
"url": "https://google.github.io/googletest/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/google/googletest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user