Cfn-lint

Latest version: v1.32.3

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 67

1.31.2

What's Changed
* Update [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to only validate at least one resource is matched by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4032

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.31.1...v1.31.2

1.31.1

What's Changed
* Update [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to not fail on resources that start with asterisk by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4029
* Fix merge for yaml parsing by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4028
* Add rule [W1100](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W1100) to validate if using YAML merge which requires the AWS cli to deploy by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4028

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.31.0...v1.31.1

1.31.0

What's Changed
* Update CloudFormation schemas to `2025-03-17` by github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/4004
* New rule [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to validate action and resources match by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4019
* Update [W3037](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3037) to skip non strings by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4023
* Update [I3510](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I3510) to not alert on asterisk resources by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4024
* Update [W3037](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3037) to use regex when `?` or `*` in action by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4026

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.30.0...v1.31.0

1.30.0

What's Changed
* Allow conditions in foreach by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4009
* Allow `_` in condition names by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4008
* Remove experimental from [W3037](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3037) by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3680
* Add in `pattern` for CodePipeline action names by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4012
* Support GetAtts for nested stacks and outputs by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4011
* Add rule [I2003](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#I2003) to validate `AllowedPattern` by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4013
* Validate identity base SIDs by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4016

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.29.1...v1.30.0

1.29.1

What's Changed
* Update CloudFormation schemas to `2025-03-10` by github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3999
* Update [E3701](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3701) to keep artifact names uniquely by the resource name by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4002

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.29.0...v1.29.1

1.29.0

What's Changed
* Add rule [W3660](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#W3660) to validate mixing API body definitions in `AWS::ApiGateway::*` resources by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3989
* Add rule [E3505](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3505) to validate timeouts when connection `AWS::Lambda::Function` and `AWS::SQS::Queue` by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3990
* Add rule [E3636](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3636) to validate `AWS::CodeBuild::Project` s3 locations by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3991
* Add rule [E3061](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3061) to validate `AWS::S3::Bucket` tiering configurations by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3994
* Deprecate [E2540](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2540) for new v1 version rules by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Deprecate [E2541](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2541) for new v1 version rules by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Add rule [E3700](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3700) to validate `AWS::CodePipeline::Pipeline` `Source` actions are only in the first stage by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Add rule [E3701](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3701) to validate `AWS::CodePipeline::Pipeline` artifact names shared between `InputArtifacts` and `OutputArtifacts` by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Add rule [E3702](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3702) to validate `AWS::CodePipeline::Pipeline` counts for `InputArtifacts`, `OutputArtifacts` based on action type by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Add rule [E3703](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3703) to validate `AWS::CodePipeline::Pipeline` configuration of an action by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Additional general schema updates to complete the rest of the validation in rules E2540 and E2541 by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3993
* Update CloudFormation schemas to `2025-03-07` by github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3988
* Add `Condition` to `Choice` in state machine by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4000

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint/compare/v1.28.0...v1.29.0

Page 2 of 67

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.