
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
cfn-tools
Advanced tools
.. image:: https://img.shields.io/pypi/v/cfn-tools.svg :target: https://pypi.python.org/pypi/cfn-tools :alt: Latest PyPI version
.. image:: https://travis-ci.org/boroivanov/cfn-tools.png :target: https://travis-ci.org/boroivanov/cfn-tools :alt: Latest Travis CI build status
Tools for AWS CloudFormation
.. code:: bash
pip install cfn-tools
List stacks:
.. code:: bash
cfn-tools ls cfn-tools ls NAME
-f delete to get those.cfn-tools ls -f create cfn-tools ls -f rollback NAME cfn-tools ls -f progress NAME
cfn-tools ls -f !create NAME
Diff Stacks/Templates:
.. code:: bash
cfn-tools diff TEMPLATE STACK cfn-tools diff STACK1 STACK2 cfn-tools diff -r us-west-2 STACK1 -r2 us-east-1 STACK2
Validate a template:
.. code:: bash
cfn-tools validate TEMPLATE
Huge thanks to @stefansundin_ and @dstokes_
.. _@stefansundin: https://github.com/stefansundin
.. _@dstokes: https://github.com/dstokes
FAQs
Tools for AWS CloudFormation
We found that cfn-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.