The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

{
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"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": "foo",
"id": "JIRA-17240",
"description": "Great new feature that does something",
"source": {
"name": "Acme Org",
}
}
]
}
]
}
}
]
}