Skip to content

[Bug] Project.artifacts only returns the first 1000 artifacts #49

@Te-k

Description

@Te-k

It looks like the Project.artifacts function only returns the first 1000 artifacts, for instance if you do this

artifacts = list(self.project.artifacts)
project = analyzer.Project.find(PROJECT_ID)
artifacts = list(self.project.artifacts

The artifacts list will only contains the first 1000 artifacts, as the API is not using the page feature of this query

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