Skip to content

1.5.0

Compare
Choose a tag to compare
@w0rmr1d3r w0rmr1d3r released this 03 Mar 16:10
· 88 commits to master since this release
92a8963

[1.5.0]

Updates

  • Created GenericCrossAccountTrustRule in order to check for CrossAccount issues for generic resources.
  • Added documentation regarding the deprecation of S3CrossAccountTrustRule, KMSKeyCrossAccountTrustRule, ElasticsearchDomainCrossAccountTrustRule and OpenSearchDomainCrossAccountTrustRule.
  • Covering cases for already mapped models in rules inherited from CrossAccountCheckingRule with the new GenericCrossAccountTrustRule.

Improvements

  • Bump pycfmodel to 0.17.0

Fixes

  • Stopped using _statement_as_list() when retrieving statements in CrossAccountCheckingRule in favor of statement_as_list().