Files
mongo/buildscripts/tests/sbom_linter/inputs/sbom_missing_team.json
Trevor Guidry ab188d079c SERVER-91427 add linter for the SBOM (#23407)
GitOrigin-RevId: 0852080e17e0daa2ed7752e8cb6986c522cf7e9f
2024-06-27 23:21:58 +00:00

58 lines
1.3 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.6/json/#components_items_publisher; This file is still in development; see https://jira.mongodb.org/browse/DEVPROD-2623 for details."
}
],
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"components": [
{
"type": "library",
"name": "kafka",
"scope": "required",
"cpe": "test_cpe",
"evidence": {
"occurrences": [
{
"location": "src/third_party/librdkafka"
}
]
}
},
{
"type": "library",
"name": "protobuf",
"scope": "required",
"purl": "test_purl",
"properties": [
{
"name": "internal:team_responsible",
"value": "server_security"
}
],
"evidence": {
"occurrences": [
{
"location": "src/third_party/protobuf"
}
]
}
},
{
"type": "library",
"name": "unicode",
"scope": "optional",
"purl": "test_purl",
"properties": [
{
"name": "internal:team_responsible",
"value": "server_security"
}
]
}
]
}