Skip to content

parser.py:39 — broad except (CVSSError, KeyError) silently drops KeyError #83

Description

@Pierre-Gronau-ndaal

parser.py:39 — broad except (CVSSError, KeyError) silently drops KeyError; any other TypeError/ValueError from constructor still propagates. CLAUDE.md forbids bare excepts; these are specific, but KeyError suggests the constructors leak raw dict lookups — fix the root cause in cvssN.py instead of catching here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions