python

package
v0.0.0-...-b19eccc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package python scans Python wheel (.whl) and egg (.egg) archives for cryptographic library usage. It detects crypto dependencies by parsing METADATA files and scanning Python source files for import statements.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ScanWheel

func ScanWheel(ctx context.Context, path string) ([]findings.UnifiedFinding, error)

ScanWheel opens the wheel or egg archive at path and produces a UnifiedFinding for every cryptographic dependency detected, either via Requires-Dist metadata or Python import statements in bundled .py files.

A wheel with no METADATA and no relevant imports returns (nil, nil). The context is checked before opening the archive to honour cancellation.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL