Skip to content

Tags: nitrocode/cloudsplaining

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/added filter by severity option (salesforce#295)

* severity field on json output and option to filter results by severity

* fix type in option filter severity

* generate new example report

* add new dependencies to setup

* -f option on scan_policy_file and scan_multi_account and "critical" and "none" as options

* remove added dependencies

* removed js dependencies, fixed unit tests for new output format

* revert package-lock and fix mypy issues

* fix typo

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More gamelift cred vending actions (salesforce#286)

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