Skip to content

Releases: prowler-cloud/py-iam-expand

0.3.0

24 Feb 09:45
8fc8b4d

Choose a tag to compare

Features

Chores

Security

Dependencies

  • chore(deps-dev): bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #28
  • chore(deps-dev): bump authlib from 1.5.2 to 1.6.5 by @dependabot[bot] in #59
  • chore(deps): bump astral-sh/ruff-action from 3.2.2 to 3.5.1 by @dependabot[bot] in #42
  • chore(deps): bump actions/setup-python from 5.4.0 to 6.0.0 by @dependabot[bot] in #48
  • chore(deps): bump codecov/codecov-action from 5.4.0 to 5.5.1 by @dependabot[bot] in #49
  • chore(deps): bump actions/checkout from 4.2.2 to 6.0.0 by @dependabot[bot] in #65
  • chore(deps-dev): bump mypy from 1.15.0 to 1.18.2 by @dependabot[bot] in #55
  • chore(deps-dev): bump pylint from 3.3.1 to 3.3.9 by @dependabot[bot] in #57
  • chore(deps-dev): bump pytest-xdist from 3.6.1 to 3.8.0 by @dependabot[bot] in #31
  • chore(deps-dev): bump ruff from 0.9.10 to 0.14.2 by @dependabot[bot] in #62
  • chore(deps-dev): bump pytest-cov from 6.0.0 to 7.0.0 by @dependabot[bot] in #50
  • chore(deps-dev): bump cryptography from 46.0.3 to 46.0.5 by @dependabot[bot] in #69

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

20 May 07:58
958f9b3

Choose a tag to compare

🔩 Chore

  • Bump dependencies.

0.1.0

30 Apr 06:44
a29524a

Choose a tag to compare

🚀 Features

  • Expand IAM actions with wildcards (*, ?).
  • Invert IAM action sets to find actions not matching specified patterns.
  • Process IAM policies in JSON format.
  • Command-line interface for easy use.
  • Removes whitespaces or other characters used to obfuscate policies.
  • Decide how to handle non valid actions: Raise an error, keep them or remove them.