SBOM (Software Bill of Materials)

Introduction
SBOM API Bearer Token

Introduction

A Software Bill of Materials (SBOM) is a detailed list of dependencies and transient dependencies in an application that includes both open-source and internal libraries.

Note: The code in open-source libraries are free to use, and internal libraries contain proprietary code written by internal developers. 

The NowSecure Dynamic (SBOM)

  • Includes an analysis of what libraries are out of date 
  • Includes a report of endpoint connections with geolocations
  • Includes a high level summary of vulnerability information

CycloneDX

NowSecure Platform supports CycloneDX, a lightweight standard for generating the Software Bill of Materials for your app in XML format.

  • CycloneDX Format
    • Standardized SBOM format
    • Translatable to other formats
    • Support from OWASP

SBOM API Bearer Token

https://api.nowsecure.com/assessment/{INSERT ASSESSMENT ID HERE}/cyclonedx
curl -H "Authorization: Bearer ${API_TOKEN}" https://api.nowsecure.com/assessment/3a594752-1e1c-11ec-a1ec-3f710a855825/cyclonedx/

Comments

0 comments

Article is closed for comments.