Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
Gil-Tohar-Forter opened this issue Nov 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Gil-Tohar-Forter
Copy link

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

@Gil-Tohar-Forter Gil-Tohar-Forter added the bug Something isn't working label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant