iamzero
iamzero copied to clipboard
Identity & Access Management simplified and secure.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Currently we only support running IAM Zero locally, using the `iamzero local` command. However IAM Zero will be a lot more valuable when it can be used in a team...
We should group actions together if they are a similar API call - for example, the below policy should only show a single action as the same S3 API has...
https://github.com/common-fate/iamzero-python-example/pull/6 adds some new examples, including a specific example which calls an AWS API we don't yet provide least-privilege advisories for. Currently when you run this example, this is what...
Currently we have an "apply" button in the IAM Zero console which directly creates an IAM policy in AWS. There isn't a lot of auditing, portability, or flexibility with this...
I checked currently this tool is working on instance profile which is configured using ACCESS_ID & SECRET_ID. I tried using the role, but unable to configure the application using the...
We should split the Least-Privilege Advisories library out from the rest of IAM Zero and release it separately so that other projects can benefit from the advisory library - potentially...