Skip to content

Use GraphQL or paginated REST API in package.get_github_data_from_purl #100

Open
@keshav-space

Description

@keshav-space

Currently, get_github_data_from_purl is using the GitHub REST API to retrieve releases.
However, in its default config, GitHub only returns the last 30 releases, see https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28. Instead, we should use GraphQL or paginated requests to retrieve all releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions