Tool for DevSecOps strategy
License Sources
| Source | License | Class |
|---|---|---|
Licensie (detected) | Pending | - |
PyPI (reported) | Not reported | - |
License detection is still in progress for this version.
Loading dependencies…
License File
from abc import ABCMeta, abstractmethod
from typing import Optional
class LicenseManagerGateway(metaclass=ABCMeta):
@abstractmethod
def upload_sbom(
self, config, request
) -> "Optional[str]":
"upload sbom to license analyzer"
Versions
9 versions| Version | License | Published | Status |
|---|---|---|---|
| 1.143.0 Latest | - | Mar 13, 2026 | Pending |
| 1.142.1 | - | Mar 12, 2026 | Pending |
| 1.142.0 | - | Mar 12, 2026 | Pending |
| 1.141.1 | - | Mar 12, 2026 | Pending |
| 1.141.0 | - | Mar 4, 2026 | Pending |
| 1.140.0 | - | Mar 4, 2026 | Pending |
| 1.139.1 Viewing | - | Mar 2, 2026 | Pending |
| 1.139.0 | - | Mar 2, 2026 | Pending |
| 1.138.0 | - | Feb 26, 2026 | Pending |