Skip to content

[BUG]: The introducedThrough property is empty for every issue in issueset_aggregated.all().issues #207

@Gil-Tohar-Forter

Description

@Gil-Tohar-Forter

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

I'm trying to make granular decision making on snyk findings based on many properties. One of the key properties is IntroducedThrough, which helps indicate if the vulnerabily originated in a downstream dependency. Unfortunately, it's currently 'None' on every issue.

Steps To Reproduce

reproduce like this:

org = self.client.organizations.filter(name="<org_name>")[0]
   for project in org.projects.all():
      for issue in project.issueset_aggregated.all().issues:
         print(issue)

Additional Information

No response

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