89 lines
1.8 KiB
JSON
89 lines
1.8 KiB
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "comment",
|
|
"value": "SBOM for MDB server product; this file should comply with the format specified here: https://cyclonedx.org/docs/1.5/json/#components_items_publisher; This file is still in development; see https://jira.mongodb.org/browse/DEVPROD-2623 for details."
|
|
}
|
|
],
|
|
"bomFormat": "CycloneDX",
|
|
"specVersion": "1.5",
|
|
"version": 1,
|
|
"components": [
|
|
|
|
|
|
{
|
|
"type": "library",
|
|
"name": "kafka",
|
|
"version": "2.0.2",
|
|
"scope": "required",
|
|
"licenses": [
|
|
{
|
|
"expression": "BSD-3-Clause"
|
|
}
|
|
],
|
|
"cpe": "test_cpe",
|
|
"properties": [
|
|
{
|
|
"name": "internal:team_responsible",
|
|
"value": "server_security"
|
|
}
|
|
],
|
|
"evidence": {
|
|
"occurrences": [
|
|
{
|
|
"location": "src/third_party/librdkafka"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "library",
|
|
"name": "protobuf",
|
|
"version": "v4.25.0",
|
|
"scope": "required",
|
|
"licenses": [
|
|
{
|
|
"license": {
|
|
"id": "BSD-3-Clause"
|
|
}
|
|
}
|
|
],
|
|
"purl": "test_purl",
|
|
"properties": [
|
|
{
|
|
"name": "internal:team_responsible",
|
|
"value": "server_security"
|
|
}
|
|
],
|
|
"evidence": {
|
|
"occurrences": [
|
|
{
|
|
"location": "src/third_party/protobuf"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
|
|
|
|
{
|
|
"type": "library",
|
|
"name": "unicode",
|
|
"version": "8.0",
|
|
"scope": "optional",
|
|
"licenses": [
|
|
{
|
|
"license": {
|
|
"id": "Unicode-DFS-2016"
|
|
}
|
|
}
|
|
],
|
|
"purl": "test_purl",
|
|
"properties": [
|
|
{
|
|
"name": "internal:team_responsible",
|
|
"value": "server_security"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |