Skip to content

Address license scanning failures #1895

@jpower432

Description

@jpower432

Issue description / feature objectives

Issues with dependency license scans were found when running a snyk scan:

MPL-2.0 license in pathspec@0.12.1
LGPL-3.0 license in paramiko@3.5.0
MPL-2.0 license in certifi@2025.4.26

Allowed licenses are in the CNCF Allowlist License policy

Caveats / Assumptions

  • Some of these dependencies are transitive, so the direct dependencies that imports it might need to be looked at for replacement.

You can use the follow to generare the requirements file being scanned by snyk

 pipx install pip-tools
 pip-compile pyproject.toml -o requirements.txt

Completion Criteria

Metadata

Metadata

Labels

Type

No type

Projects

Status

In progress

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions