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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.4.tar.gz
  • Upload date:
  • Size: 10.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.4.tar.gz
Algorithm Hash digest
SHA256 9ba17f22b6971f5341fafad7b8b0ae3a7e3fbe92acb9833c0bb6007b271713c7
MD5 ebe266d7b8332d52c4f5bc42d9f1f5d0
BLAKE2b-256 a42b8b3aac732458adc784990007116b4d38605521e61d5b838262c7fba27e38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 17.6 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b63dfe6429497d2faeb8b8e52d48b0e58c738e14164f1404e54fc558aa208256
MD5 db7d052b4defd36f5cb9684bd1cfecda
BLAKE2b-256 14c992c744fa88bb036bb2d74712115469eb52c0e3e9283066c5075b27690d23

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