|
{
"bomFormat" : "CycloneDX" ,
"specVersion" : "1.4" ,
"serialNumber" : "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" ,
"version" : 1,
"components" : [
{
"type" : "library" ,
"group" : "com.acme" ,
"name" : "sample-library" ,
"version" : "1.0.0" ,
"pedigree" : {
"ancestors" : [
{
"type" : "library" ,
"group" : "org.example" ,
"name" : "sample-library" ,
"version" : "1.0.0"
}
],
"patches" : [
{
"type" : "unofficial" ,
"diff" : {
"text" : {
"contentType" : "text/plain" ,
"encoding" : "base64" ,
"content" : "blah"
},
"url" : "uri/to/changes.diff"
},
"resolves" : [
{
"type" : "enhancement" ,
"id" : "JIRA-17240" ,
"description" : "Great new feature that does something" ,
"source" : {
"name" : "Acme Org" ,
}
}
]
},
{
"type" : "backport" ,
"diff" : {
"text" : {
"contentType" : "text/plain" ,
"encoding" : "base64" ,
"content" : "blah"
},
"url" : "uri/to/changes.diff"
},
"resolves" : [
{
"type" : "security" ,
"id" : "CVE-2019-9997" ,
"name" : "CVE-2019-9997" ,
"description" : "blah blah" ,
"source" : {
"name" : "NVD" ,
},
"references" : [
]
},
{
"type" : "defect" ,
"id" : "JIRA-874319" ,
"description" : "Enable to do something" ,
"source" : {
"name" : "Example Org" ,
},
"references" : [
]
}
]
}
]
}
}
]
}
|