Software Bill of Materials (SBOM)
Nextedy maintains a complete inventory of all third-party components included in its products. The SBOM is generated in an industry-standard format:
The SBOM covers every third-party component shipped with the products, including open-source libraries, OSGi framework dependencies, and utility packages.
Continuous Vulnerability Scanning
Every build generates a CycloneDX SBOM with Syft; release SBOMs are then ingested into Dependency-Track for continuous vulnerability monitoring. The process:- SBOM generation — Syft scans the source tree on every build and produces a CycloneDX SBOM, archived alongside the build.
- Alert routing — New vulnerabilities are flagged immediately and routed to the security team.
- Triage — Each finding is assessed for exploitability in the context of the Polarion product environment.
- Remediation — Critical and high findings are patched according to the incident management SLAs. Lower-severity findings are addressed in the next scheduled release.
FOSS and COTS Reporting
For each third-party component, Nextedy tracks:- Component name and version
- License type (e.g., Apache 2.0, MIT, EPL)
- Known vulnerabilities (from Dependency-Track’s CVE feeds, including NVD)
- Usage context (what the component is used for in the product)
Release Security Gate
Every Nextedy release passes through a security gate before publication:- SAST scan — SonarQube analyses the source and exports a Security Hotspots report.
- Dependency review — The release SBOM is ingested into Dependency-Track and its findings are reviewed.
- SBOM generation — An updated CycloneDX document is produced and archived.
- Review — The security team signs off on the scan results and SBOM accuracy.
Relevance for Regulated Industries
Supply chain transparency is a regulatory requirement in several industries where Nextedy products are deployed:- Automotive — ISO/SAE 21434 requires cybersecurity management of third-party software components. UNECE WP.29 R155 mandates supply chain risk management.
- Aerospace — DO-178C and DO-330 require identification and verification of COTS and reusable software components.
- Medical devices — IEC 62304 requires documentation of SOUP (Software of Unknown Provenance) components with risk assessment.
SBOM documents in CycloneDX format are available on request. Contact security-alerts@nextedy.com to obtain the latest SBOM for your Nextedy product version.