Skip to content

PYSEC-2025-18 invalid range? #284

@milssky

Description

@milssky

PYSEC-2025-183 appears to contain an invalid empty range event, which breaks uv audit.

Current OSV API response includes empty {}:

https://github.com/pypa/advisory-database/blob/main/vulns/pyjwt/PYSEC-2025-183.yaml#L5-L10

The empty {} event does not seem valid according to the OSV schema, where an event should contain one of introduced, fixed, last_affected, or limit.

This causes uv audit to fail before reporting results:

error: error decoding response body
  Caused by: expected value at line 1 column 791

Reproduced with uv 0.11.3 and uv 0.11.11 when auditing a project that includes pyjwt.
Could this advisory be updated to remove or replace the empty event?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions