Skip to content

Releases: snyk-labs/pysnyk

v0.8.0: Fix: project vulnerabilities (#134)

24 Feb 14:47
5864739
Compare
Choose a tag to compare
* chore: Mark IssueSet as deprecated

The endpoint behind this property has been removed from GA so it cannot
be used. Alternative is to the AggregatedIssues instead which provides
mostly the same data.

* fix: Correct typings on IssueData

The typings here were not fully accurate, this patch makes them closer
to reality. Still a lot of Any in there which is ugly but I'm not
touching those paths...

* feat: Add manager for IssuePaths

The issue paths resource is a missing piece of information that used to
be exposed from the IssueSet resource, but that has been removed so we
need to fetch it explicitly when needed.

* fix: Change vulns property so it is not deprecated

The vulnerabilities property on a project was using the deprecated (and
removed) issue set. This has been moved over to aggregated issues.

The data has been mapped to maintain the public api of this package
however small differences may be present.

This does mean there is an extra api call PER ISSUE which could be very
slow for some projects.

* chore: Bump release version

v0.7.0

17 Feb 17:08
6019690
Compare
Choose a tag to compare

What's Changed

  • Update dependencies to support Python 3.10 by @jgresty in #130

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

29 Sep 09:58
5899890
Compare
Choose a tag to compare

This version of pysnyk introduces the following capabilities:

  • Support for critical severity in issues
  • Support for slug and url attributes in organization
  • New functionality to active/deactivate a project

v0.6.2

21 Jun 17:29
c48ce19
Compare
Choose a tag to compare
Bump version number for release (#115)