Skip to main content

EU Cyber Resilience Act & SBOM

The EU Cyber Resilience Act (CRA) sets baseline cybersecurity obligations for digital products. Stockaj's roadmap targets full conformance ahead of the CRA enforcement deadline.

What we ship per release

  • Software Bill of Materials (SBOM) in CycloneDX 1.5 JSON format, generated automatically in CI from production dependencies.
  • Vulnerability disclosure via security.txt (RFC 9116) at https://stockaj.io/.well-known/security.txt.
  • Coordinated vulnerability handling policy with 90-day disclosure window.
  • Cryptographically signed release artifacts (Sigstore / cosign).

SBOM access

AudienceWhere
Tenants on Enterprise planGET /api/v1/release/{tag}/sbom.cdx.json
PublicStockaj GitHub release attachments
Auditors under NDADedicated audit portal

Secure-by-default posture

  • All requests served over HTTPS with HSTS preload.
  • mTLS available between kiosk and API for fleet customers.
  • OWASP ASVS Level 2 baseline enforced in CI.
  • OAuth 2.1 (mandatory PKCE) for API auth; OIDC for SSO.

Standards alignment

StandardStatus
EU CRAConformance ahead of enforcement deadline
ISO/IEC 27001Audit-target by v4 + 12 months
ISO/IEC 27701 (privacy extension)Audit-target by v4 + 18 months
OWASP ASVS Level 2Required for every release
CycloneDX 1.5 SBOMGenerated per release

Reference