Skip to content

Bare except swallows all errors in generate_sbom #11

@popey

Description

@popey

sbom-vm.py:307except: catches KeyboardInterrupt, SystemExit, and everything else.

Should be except Exception: at minimum.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions