Files
mongo/buildscripts/tests/sbom_linter/inputs/sbom_script_missing_version.json
Jason Hills f4ead726fd SERVER-107852 SBOM rebuild to v8.1 (#39748)
GitOrigin-RevId: 408d4a18c1a37ca9f4e05c7521d641eca4fcbec7
2025-09-08 14:41:31 +00:00

42 lines
1.0 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"
},
{
"name": "import_script_path",
"value": "buildscripts/tests/sbom_linter/inputs/kafka_missing_version_import.sh"
}
],
"evidence": {
"occurrences": [
{
"location": "src/third_party/librdkafka"
}
]
}
}
]
}