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.5.tar.gz (10.7 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.5-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.5.tar.gz
  • Upload date:
  • Size: 10.7 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.5.tar.gz
Algorithm Hash digest
SHA256 fdf2c367085f3b26e4bc2a62c07bc345b59f30193a68032f2c0c8c3f173242f0
MD5 7e7b64a4f07949ac96aad62b737f3d70
BLAKE2b-256 3ae83123585d0b74912892b1960a946c6cb0a5d1620e6b3cef51ed958ee638df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 17.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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d35c086c32a131e9ed9bc34a6851001e3da108a6a1fca1930b180df2d548b356
MD5 480c2159fd78a903e1c7ecc6a2236c52
BLAKE2b-256 bcc8b02e97030817e4dbf8d3bcfba09080511cdb00844d671f75720574f9d33a

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