0
4.2.2
Australia, Zurich, Yokohama, Xanadu
Standalone Application
This application includes the tables, ACLs, and roles that are required to upload, parse, and ingest SBOM data.
- Data model structure required to store the SBOM information.
New:
- Added "Timeout" status option to the BOM document status field to help you better track BOMs that exceed their processing time limits.
- Introduced new tracking fields on BOM document records, including
processing_started(timestamp when processing begins) andprocessing_duration(total time spent in processing), enabling you to better monitor and analyze BOM processing workflows.
Required roles:
- sn_sbom_dm.app_create - You need this role if you want to create records in SBOM tables.
- sn_sbom_dm.app_read - You need this role if you want to read records in SBOM tables.
- sn_sbom_dm.app_write - You need this role if you want to edit records in SBOM tables.
Dependencies:
- At a minimum, the SBOM Core application must also be installed to parse and ingest the data from uploaded SBOMs in your instance.