Skip to content

genie-libs-sdk hard-pins vulnerable pyasn1==0.6.0 (which has multiple security issues) #999

Description

@ktbyers

Problem

genie-libs-sdk (26.1 → 26.6) declares an exact pin pyasn1==0.6.0 in its wheel metadata.

pyasn1 0.6.0 has multiple DoS vulnerabilities (PYSEC-2026-3455/3456/3457, CVE-2026-30922), all fixed in 0.6.4.

Because the pin is ==, downstream projects can't pull the fix and security scanners fail.

Proposed Fix

It would be good/helpful if you could relax this constraint and change it to pyasn1>=0.6.4.

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