Hello there,
I am currently looking for a way to differentiate 3 different Jira products: Jira Core, Jira Service Management, Jira Software. Currently, SBOM report is shipped together with the release. However, in previous version, for example, versions that were released in 2018, did not get shipped with SBOM.
I wonder if there is a good way to detect product name like atlassian-bamboo, atlassian-jira-core, etc. and its version in order to enhance our vulnerability management process.
Thank you
Chi T.
Hi Chi
This years releases shipped with improved SBOMs and the product name and version are both indicated in the filename [product-name]-[version]-[sbom-format](i.e. atlassian-jira-10.0.1.spdx) and in the files themselves - for example the SPDX files will contain a root package supplied by Atlassian that represents the overall product:
##### Package: atlassian-jira
PackageName: atlassian-jira
SPDXID: SPDXRef-DocumentRoot-Directory-atlassian-jira
PackageVersion: 10.0.1
PackageSupplier: Organization: Atlassian
or:
##### Package: atlassian-bamboo
PackageName: atlassian-bamboo
SPDXID: SPDXRef-DocumentRoot-Directory-atlassian-bamboo
PackageVersion: 10.0.1
PackageSupplier: Organization: Atlassian
similarly the CycloneDX format provides it in the metadata.component entry:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.