Skip to main content

Main public API

Project description

OSSBOM

This library manages the creations of SBOMs in our custom format, as well as conversion methods to create json dicts and CycloneDX SBOMs.

Requirements

Schema OSSBOM

classDiagram
    class OSSBOM {
        +string name
        +datetime created
        +string creator // optional
        +string version
        +string bomFormat // == OSSBOM
        +Environment env
        +List~Component~ components
        +List~Vulnerability~ vulnerabilities
    }

    class Environment {
        +string github_repo // optional
        +string github_org // optional
        +string branch // optional
        +string machine_name // optional
        +string product_env // optional
    }

    class Component {
        +string name
        +string version
        +string source // optional
        +string env // optional
        +string type // == library
    }

    class Vulnerability {
        +string purl
        +string description
        +string reference // optional
        +string type
    }

    OSSBOM --> Environment : has
    OSSBOM --> "many" Component : contains
    OSSBOM --> "many" Vulnerability : contains

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ossbom-1.0.12.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ossbom-1.0.12-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file ossbom-1.0.12.tar.gz.

File metadata

  • Download URL: ossbom-1.0.12.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for ossbom-1.0.12.tar.gz
Algorithm Hash digest
SHA256 e9ad78a9695549b33ec1e9eed255eeac5a5b1ab44c19596f6265fc3f794cddb6
MD5 21ce33bce10b1d1bf8476db4c48e0949
BLAKE2b-256 4981520de1584e91786cf5f66bdaa7ef1f7a5a7987caf7b9b7913b0d5eb3c141

See more details on using hashes here.

File details

Details for the file ossbom-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: ossbom-1.0.12-py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for ossbom-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 4da621da1cf98481a8246192efdc04dcf78b05ffe2ed6b41ff5ab0cc9117ec7f
MD5 d618276f4bb6a906264260d9c9f6e2b0
BLAKE2b-256 7dee6f7c097f5d4feb7dfcd17de5c1a5bf3d19c85793d0d84f99b99045775046

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page