snyk-labs / pysnyk

A Python client for the Snyk API.
https://snyk.docs.apiary.io/
MIT License
88 stars 117 forks source link

Fix: project vulnerabilities #134

Closed jgresty closed 2 years ago

jgresty commented 2 years ago

The project vulnerabilities property was using a deprecated and removed endpoint. This patch updates it to use the aggregated issues endpoint while somewhat preserving the public api. However it incurs an additional api call per issue which can be slow on some projects to maintain the same data.