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.8.tar.gz (11.3 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.8-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossbom-1.0.8.tar.gz
  • Upload date:
  • Size: 11.3 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.8.tar.gz
Algorithm Hash digest
SHA256 43925baebb3d043719999ba8dcf1b7acc6a7e53cb1ff3d23dc35b417bc989b6a
MD5 7a1d7f362f218d615a6408ee4a3c8a2c
BLAKE2b-256 22e3650d40071b19c2f8df58810420338dcbb2ef7b12bc5541a75c9cb63dcbe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ossbom-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 18.4 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e8b3aef4ab708f269a99f1f9e04d8603dd73f886360da9a0205b377808e68137
MD5 9cd2736669976d6a8f68500c1643176e
BLAKE2b-256 dcd7d8f4c99bcbedd1d72ef1c92a629940f49000990a1a6d545e0be1fc971578

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