Live Demo: Get full visibility of your AWS environment with CloudQuery Sign up ❯

CloudQuery

Back to source list
wiz
Official
Premium

Wiz

Sync from Wiz to any destination

Publisher

cloudquery

Latest version

v4.3.0

Type

Source

Platforms

Date Published

v3.2.1


3.2.1 (2024-07-30) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 (#3628) (9f9c132)

v3.2.0


3.2.0 (2024-07-30) #

 

Features #

  • Log retry attempts (#3599) (eb10e1c)
 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 (#3492) (a1cd3e8)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 (#3574) (26e22b1)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 (#3582) (3f286c5)

v3.1.2


3.1.2 (2024-07-23) #

 

Bug Fixes #

  • deps: Update module github.com/apache/arrow/go/v16 to v17 (#3443) (b24db83)
  • deps: Update module github.com/cloudquery/codegen to v0.3.18 (#3450) (3317294)
  • deps: Update module github.com/cloudquery/codegen to v0.3.19 (#3466) (70d05d0)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.50.0 (#3430) (e3bb95a)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.51.0 (#3461) (c610435)

v3.1.1


3.1.1 (2024-07-09) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 (#3279) (751dfd6)

v3.1.0


3.1.0 (2024-07-09) #

 

Features #

  • Pass invocation ID to scheduler (#3261) (1e5fa7e)

v3.0.1


3.0.1 (2024-07-09) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/codegen to v0.3.17 (#3189) (4a371c0)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 (#3247) (815df68)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 (#3256) (0cbcd2f)

v3.0.0


3.0.0 (2024-06-27) #

 

⚠ BREAKING CHANGES #

  • Use detailed incremental reports in Wiz plugin (#2994)

This Release has the Following Changes to Tables #

  • Table wiz_cloud_resources: column added with name subscription_name and type utf8
  • Table wiz_issues: column type changed from utf8 to timestamp[us, tz=UTC] for created_at (:warning: breaking)
  • Table wiz_issues: column type changed from utf8 to timestamp[us, tz=UTC] for due_at (:warning: breaking)
  • Table wiz_issues: column type changed from utf8 to timestamp[us, tz=UTC] for resolved_at (:warning: breaking)
  • Table wiz_issues: column type changed from utf8 to timestamp[us, tz=UTC] for status_changed_at (:warning: breaking)
  • Table wiz_issues: column type changed from utf8 to timestamp[us, tz=UTC] for updated_at (:warning: breaking)
  • Table wiz_vulnerability_findings: column vulnerable_asset removed from table (:warning: breaking)
  • Table wiz_vulnerability_findings: column added with name cisa_kev_due_date and type utf8
  • Table wiz_vulnerability_findings: column added with name cisa_kev_release_date and type utf8
  • Table wiz_vulnerability_findings: column added with name cvssv2 and type json
  • Table wiz_vulnerability_findings: column added with name cvssv3 and type json
  • Table wiz_vulnerability_findings: column added with name evidence and type json
  • Table wiz_vulnerability_findings: column added with name fix_date_before and type utf8
  • Table wiz_vulnerability_findings: column added with name fix_date_description and type utf8
  • Table wiz_vulnerability_findings: column added with name fix_date and type utf8
  • Table wiz_vulnerability_findings: column added with name is_high_profile_threat and type bool
  • Table wiz_vulnerability_findings: column added with name library_dependency_tree and type json
  • Table wiz_vulnerability_findings: column added with name note and type json
  • Table wiz_vulnerability_findings: column added with name notes and type json
  • Table wiz_vulnerability_findings: column added with name published_date and type utf8
  • Table wiz_vulnerability_findings: column added with name validated_in_runtime_evidence and type json
  • Table wiz_vulnerability_findings: column added with name vulnerability_external_id and type utf8
  • Table wiz_vulnerability_findings: column added with name vulnerability_id and type utf8
  • Table wiz_vulnerability_findings: column added with name weighted_severity and type utf8

Features #

  • Use detailed incremental reports in Wiz plugin (#2994) (81a5983)
 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.0 (#3057) (99e4f76)

v2.0.3


2.0.3 (2024-06-25) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.45.5 (#2908) (b2c2fae)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.45.6 (#2978) (43b610e)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.46.0 (#2982) (536cee4)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.46.1 (#2986) (a07d047)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.47.1 (#2988) (ded64ff)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.48.0 (#3012) (fc881c3)
  • deps: Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURITY] (#3016) (8a1038e)

v2.0.2


2.0.2 (2024-06-18) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.45.0 (#2818) (cde1597)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.45.1 (#2876) (609aab0)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.45.2 (#2891) (ee16038)
  • deps: Update module github.com/vektah/gqlparser/v2 to v2.5.14 [SECURITY] (#2808) (8137090)

v2.0.1


2.0.1 (2024-06-04) #

 

Bug Fixes #

  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.43.1 (#2548) (921e0e9)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.0 (#2614) (ba7c93c)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.1 (#2667) (e6f816c)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.2 (#2682) (96b3b45)
Versions per page:

© 2025 CloudQuery, Inc. All rights reserved.

We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.