Skip to content

Releases: GitGuardian/py-gitguardian

1.19.0

07 Jan 10:06
Compare
Choose a tag to compare

Added

  • Added support for members and teams endpoints.
  • Added support for invitations endpoints.
  • Added support for sources endpoints.

1.18.0

25 Nov 13:48
Compare
Choose a tag to compare

Added

  • Added the is_diff attribute to ScanResult.

  • Added the following attributes to PolicyBreak: diff_kind, is_excluded and exclude_reason.

  • GGClient now provides a api_tokens() method to retrieve API token details (see https://api.gitguardian.com/docs#tag/API-Tokens).

Changed

  • GGClient.content_scan() and GGClient.multi_content_scan() now accept an all_secrets parameter.

Fixed

  • Add missing value info to Severity model (#120).

1.17.0

23 Sep 10:07
Compare
Choose a tag to compare

Added

1.16.0

29 Jul 08:06
Compare
Choose a tag to compare

Added

  • GGClient now contains remediation messages obtained from the API /metadata endpoint.

1.15.2

24 Jun 11:48
Compare
Choose a tag to compare

Changed

  • The project now uses pdm instead of pipenv.

Fixed

  • GGClient no longer crashes when it receives a server response with no Content-Type header.

1.14.0

26 Feb 13:00
Compare
Choose a tag to compare

Added

  • Add GGClient.create_honeytoken_with_context() method
  • Export scan schemas in addition to dataclasses for sca

1.13.0

30 Jan 11:53
8dbaa2f
Compare
Choose a tag to compare

Added

  • Added maximum payload size as a property of GGClient

Changed

  • Set minimum Python version to >=3.8

1.12.0

08 Jan 13:00
Compare
Choose a tag to compare

Added

  • GGClient now obeys rate-limits and can notify callers when hitting one.
  • Added the following attributes to IaCVulnerability: url, status, ignored_until, ignore_reason, ignore_comment.
  • Added the source_found attribute to IaCScanParameters and IaCDiffScanEntities.

1.11.0

16 Oct 08:43
da40761
Compare
Choose a tag to compare

Added

  • Added extra_headers to SCA diff scans.

v1.10.0

26 Sep 11:15
c548f7b
Compare
Choose a tag to compare

Added

  • Move SCA models from ggshield to py-gitguardian

Fixed

  • Remove potential_siblings from ComputeSCAFilesResult
  • Fix test_sca_scan_directory to make it more future proof.