Skip to content

Tags: sss52/cloudsplaining

Tags

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.py

0.4.10

Toggle 0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ability to return json results when used as python lib (salesforce#250)

* Modified 'scan_account_authorization_details' in '/cloudsplaining/command/scan,oy' to return raw json results along with rendered_html report string. Also added a parameter 'return_json_results' to the function to make it backward compatible.
Returning json along can be helpful in programatically analysing results and taking further actions when used as python library.

* Update the typo in return type of scan_account_authorization

* Update README.md

Co-authored-by: Kinnaird McQuade <kmcquade@users.noreply.github.com>

0.4.9

Toggle 0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AWS_DEFAULT_PROFILE is respected; made formatting updates; made some …

…path fixes that should help the windows issues (salesforce#239)

0.4.8

Toggle 0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json

0.4.7

Toggle 0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of Deny NotAction statements (salesforce#220)

Return empty list of effective actions instead of a None object when a statement uses NotActions with an effect of Deny

0.4.6

Toggle 0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Future proof some unit tests that were failing (salesforce#227)

0.4.5

Toggle 0.4.5's commit message
Fix typo

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update requirements.txt

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated report (salesforce#199)

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes unicode decode error (salesforce#185)

* Fix salesforce#181 - UnicodeDecodeError Running on Windows

* Fix unicode error