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.13.tar.gz (14.0 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.13-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.13.tar.gz
  • Upload date:
  • Size: 14.0 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.13.tar.gz
Algorithm Hash digest
SHA256 32d49043c576f8aa20ce498f15ca95d2f682bdd65c41575717dfacb4a4264563
MD5 afb1150d900c50c033ef61f06f3b1911
BLAKE2b-256 a53cb613a7b7067b872ff8be241be7964c4c64b72a8f07fdbe1b13cc96effb40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.13-py3-none-any.whl
  • Upload date:
  • Size: 21.8 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.13-py3-none-any.whl
Algorithm Hash digest
SHA256 2d3304f18e4b27e07e0c48c2688148189da18c67566747ba447df3be78a5d643
MD5 fa1324f1414289872c6aebeabe2a7b60
BLAKE2b-256 2ab1108b2c671f355fc13ebff9e87120cbee142ef4e7340fbfd1a918e41b3178

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