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.10.tar.gz (11.6 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.10-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.10.tar.gz
  • Upload date:
  • Size: 11.6 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.10.tar.gz
Algorithm Hash digest
SHA256 692b72a32908246d885cac25b5e653535019f7a90b3dd0eed6af7e82ef298d79
MD5 2acc1248b2cf46aa67bf483dfe05ec87
BLAKE2b-256 6bdfef7c6b6bb9dccdadf321ea662e9624769d07f659a68ca2f6246a67d89fce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.10-py3-none-any.whl
  • Upload date:
  • Size: 18.7 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.10-py3-none-any.whl
Algorithm Hash digest
SHA256 f4daa8de653f94d2be7798848eb8d2641ecfde9d7e4165a5e166942ca6d9b00e
MD5 d21e2326c90f53f31a4583790bc9a500
BLAKE2b-256 ebe6e985f99f1d52284474ff4a5c944a43f4ecce2ec67d78616cc82f055f751c

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