pycfmodel icon indicating copy to clipboard operation
pycfmodel copied to clipboard

A python model for Cloud Formation scripts

Results 8 pycfmodel issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies
python

There can be false positives in CFRipper when an IAM policy has specific Actions with Deny Effect. The issue seems to be caused because in "policy_document.py" the Denys are not...

WIP Solving issue for SAM templates found in: https://github.com/Skyscanner/cfripper/issues/259

This is related to something we found, leaving this issue just in case someone finds it as well. The list provided of IAM actions in [cloudformation_actions.py](https://github.com/Skyscanner/pycfmodel/blob/master/pycfmodel/cloudformation_actions.py) it is not complete....

Upon using the --resolve flag on a template containing a Select that retrieves its array using a GetAtt, the Attribute returned is a single value instead of an array. I'm...