Cfripper Versions Save

Library and CLI tool for analysing CloudFormation templates and check them for security compliance.

v1.15.6

2 months ago

Changes

  • Bump actions/setup-python from 4 to 5 @dependabot (#270)
  • Bump cryptography from 42.0.3 to 42.0.4 @dependabot (#272)
  • Fix logo in pypi @ignaciobolonio (#274)
  • Update .readthedocs.yaml @jsoucheiron (#275)

v1.15.5

3 months ago

Changes

  • Migrate to pyproject.toml @jsoucheiron (#269)
  • Add dependabot config @w0rmr1d3r (#257)

v1.15.4

3 months ago

Changes

  • Bump pycfmodel and fix KMSKeyWildcardPrincipalRule @ignaciobolonio (#268)

v1.15.3

4 months ago

Changes

  • Hotfix version file and changelog #267

1.15.2

5 months ago

1.15.1

6 months ago

Documentation fixes only

1.15.0

6 months ago

[1.15.0]

Additions

  • New rules: PublicELBCheckerRule, StackNameMatchesRegexRule, and StorageEncryptedRule
  • New regex: REGEX_ALPHANUMERICAL_OR_HYPHEN to check if stack name only consists of alphanumerical characters and hyphens.
  • Config has a few extra methods that should make handling Filters easier

1.14.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Skyscanner/cfripper/compare/1.13.2...1.14.0

1.13.2

1 year ago

[1.13.2]

Fixes

  • Fixes docs formatting with #235

1.13.1

1 year ago

[1.13.1]

Fixes

  • Fixes GenericResourcePartialWildcardPrincipalRule and GenericCrossAccountTrustRule message, since sometimes it was bad-formatted in markdown.