2024-08-09 15:31:42 -07:00
{
"properties" : [
{
"name" : "comment" ,
2025-07-29 11:23:21 -04:00
"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."
2024-08-09 15:31:42 -07:00
}
] ,
"bomFormat" : "CycloneDX" ,
2025-07-29 11:23:21 -04:00
"specVersion" : "1.5" ,
2024-08-09 15:31:42 -07:00
"version" : 1 ,
"components" : [
{
"type" : "library" ,
"name" : "kafka" ,
"version" : "2.0.2" ,
"scope" : "required" ,
2025-07-29 11:23:21 -04:00
"licenses" : [
{
"expression" : "BSD-3-Clause"
}
] ,
2024-08-09 15:31:42 -07:00
"cpe" : "test_cpe" ,
"properties" : [
{
"name" : "internal:team_responsible" ,
"value" : "server_security"
} ,
{
"name" : "import_script_path" ,
"value" : "buildscripts/tests/sbom_linter/inputs/kafka_missing_version_import.sh"
}
] ,
"evidence" : {
"occurrences" : [
{
"location" : "src/third_party/librdkafka"
}
]
}
}
]
2025-07-29 11:23:21 -04:00
}