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.9.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.9-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.9.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.9.tar.gz
Algorithm Hash digest
SHA256 707a7efb42128aeda79f1b0ed7df6145305eaadaf5821e18595120dbbf582293
MD5 42eb8f057e8f560e7efcd5614f1a3eb3
BLAKE2b-256 05bd0a9db6caf33efa66961e7ad8ba9f007079b228ccaa1a2267b84e1c53a0b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 18.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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 ede3b98378d68c5d192e04d340780ca31639b8e00e4d423c2bca49e0469d2ac6
MD5 d21fc1f456f3afc2ff926250ea4cc280
BLAKE2b-256 d637f58d6884604b69c23c3e5d89927ffce8ccf6f23dbcdebaef1d56e06cbfcd

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