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.3.tar.gz (10.5 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.3-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.3.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for ossbom-1.0.3.tar.gz
Algorithm Hash digest
SHA256 67b23f49bd5250fac705633fd5cc656a30e11e244d5b7483a87a3fed98311738
MD5 1dd3b3a64091ba9aeb8cfde8ad077fe7
BLAKE2b-256 d59626234e18665ee6b03b7681a0783dafc78413e613f13f161620730a068354

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for ossbom-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1e0a844a138a65484fe6bc64e3513bf55f6ea928d8097397c4bb6003c3838d2d
MD5 905b1fcb5e3cbacaeefa5a9a3a15087f
BLAKE2b-256 b6375e38464a2a41c18c032660898ecfb7058ecd0451bb3885e2efb0909e73c9

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