Prowler

Latest version: v4.2.4

Safety actively analyzes 641954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 26

3.4.0

Not secure
_Take a look in the pool and what do you see
In the dark depths there faces beckoning me
Can't you see them it's plain for all to see
They were there oh I know you don't believe me_

_Still Life_ is one of those jewels that _Iron Maiden_ has (well… aren’t jewels all their songs? 😉) and it is so good that they also included it in their live double vhs/dvd/cd/lp called “Maiden England” back in 1988. The song is based on a book from Ramsey Campbell called "The Inhabitant of the lake and less welcome tenants”, and it is about somebody that see ghosts in the bottom of a lake and gets crazy about that. They are like cloud security vulnerabilities, they are everywhere and seems to be hard to beat them. Listen to the song here 🔥[Still Life](https://www.youtube.com/watch?v=uWXE_j2mwqM)🔥 while hardening and reading below what we did.

A brand new version of **Prowler 3.4.0** at your command! This version won’t make your ghosts to disappear but will help you to put them in their place and in line to start the journey of getting rid of them. Time to shine up your boots with `pip install prowler --upgrade`.

New features to highlight in this version:

☁️ **New support for Google Cloud with 43 checks!**:
- GCP services covered: IAM, BigQuery, CloudSQL, CloudStorage, Compute, KMS and Logging.
- Run `prowler gcp --list-checks` for details and visit [our Prowler GCP documentation here](https://docs.prowler.cloud/).

✅ **21 new checks for AWS**:
- New services covered like Organizations best practices, SSM Incidents, Resource Explorer, Backup, additional checks for CloudTrail, ECR scan on push check updated, GuardDuty, VPC best practices, IAM (see these ones that will help you a lot!) thanks to gabrielsoltz
- Watch out! `iam_policy_no_administrative_privileges` has been renamed to `iam_customer_unattached_policy_no_administrative_privileges`
- New important IAM checks:
- [iam_aws_attached_policy_no_administrative_privileges] Ensure IAM AWS-Managed policies that allow full "*:*" administrative privileges are not attached - iam [high]
- [iam_customer_attached_policy_no_administrative_privileges] Ensure IAM Customer-Managed policies that allow full "*:*" administrative privileges are not attached - iam [high]
- [iam_customer_unattached_policy_no_administrative_privileges] Ensure IAM policies that allow full "*:*" administrative privileges are not created - iam [low]
- See all checks with`prowler aws --list-checks`

📊 **New html report for Azure and GCP**:
- When running Azure or GCP checks, html report is now also created for you to enjoy them during your security assessments.

⚙️ **Custom checks now supported:**
- You can create your custom checks inside Prowler or in your custom folders following our [Developer Guide](https://docs.prowler.cloud/en/latest/tutorials/developer-guide/) and a [Tutorial about it here](https://docs.prowler.cloud/en/latest/tutorials/misc/#custom-checks), new option `-x/--checks-folder` for your custom checks.

🏷️ **Resource Tags supported in Allow list**:
- Take advantage of Allow list during your scans also using tags filers, more information here [https://docs.prowler.cloud/en/latest/tutorials/allowlist/](https://docs.prowler.cloud/en/latest/tutorials/allowlist/).

What's Changed:

Features
* feat(allowlist): Add tags filter to allowlist by sergargar in https://github.com/prowler-cloud/prowler/pull/2105
* feat(backup): New backup service and checks by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2172
* feat(banner): Include Azure credential banner by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2179
* feat(check): New Check and Service: resourceexplorer2_indexes_found by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2196
* feat(check): New check ecr_registry_scan_images_on_push_enabled by sergargar in https://github.com/prowler-cloud/prowler/pull/2237
* feat(check): New CloudTrail check cloudtrail_insights_exist by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2184
* feat(check): New CloudTrail check cloudtrail_bucket_requires_mfa_delete by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2194
* feat(check): New GuardDuty check guardduty_centrally_managed by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2195
* feat(check): New VPC checks by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2218
* feat(checks): New IAM Checks no full access to critical services by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2183
* feat(checks): New IAM check iam_securityaudit_role_created by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2182
* feat(custom checks): Add -x/--checks-folder for custom checks by sergargar in https://github.com/prowler-cloud/prowler/pull/2191
* feat(gcp): Add Google Cloud provider with 43 checks by sergargar in https://github.com/prowler-cloud/prowler/pull/2125
* feat(html): Add html to Azure and GCP by sergargar in https://github.com/prowler-cloud/prowler/pull/2181
* feat(new_checks): New AWS Organizations checks by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2133
* feat(orgs checks region): Add region to all Organizations checks by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2202
* feat(ssmincidents): New Service and Checks by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2219

Fixes
* fix(audit_info): Azure subscriptions parsing error by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2147
* fix(aws_provider): Fix assessment session name by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2132
* fix(azure output): Change default values of audit identity metadata by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2144
* fix(brew): Move brew formula action to the bottom by sergargar in https://github.com/prowler-cloud/prowler/pull/2135
* fix(cloudformation): Handle ValidationError by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2166
* fix(dax): Call list_tags using the cluster ARN by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2167
* fix(defender service): Retrieve key dicts with get by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2129
* fix(delete check): Delete check ec2.._in_use_without_ingrgess_filtering by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2148
* fix(docs): Check extra_742 name adjusted in the V2 to V3 mapping by cerontrustly in https://github.com/prowler-cloud/prowler/pull/2154
* fix(elb-test): Use a mocked current audit info by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2207
* fix(elbv2 desync check): Mixed elbv2 desync and smuggling by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2171
* fix(errors): Solve ECR and CodeArtifact errors by sergargar in https://github.com/prowler-cloud/prowler/pull/2239
* fix(gcp): Handle error when Project ID is None by sergargar in https://github.com/prowler-cloud/prowler/pull/2130
* fix(global services): Fix global services region by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2203
* fix(iam): Handle LimitExceededException when calling generate_credential_report by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2168
* fix(iam): Handle no display name error in service account by sergargar in https://github.com/prowler-cloud/prowler/pull/2176
* fix(iam tests): Mock audit_info object by sergargar in https://github.com/prowler-cloud/prowler/pull/2226
* fix(iam_policy_no_administrative_privileges): Check attached policies and AWS-Managed by sergargar in https://github.com/prowler-cloud/prowler/pull/2200
* fix(kms): Handle empty principal error by sergargar in https://github.com/prowler-cloud/prowler/pull/2192
* fix(logging): Add default resource id when no resources by sergargar in https://github.com/prowler-cloud/prowler/pull/2177
* fix(output bucket): Solve IsADirectoryError using compliance flag by sergargar in https://github.com/prowler-cloud/prowler/pull/2121
* fix(pipeline build): Fix wording when build and push by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2169
* fix(pypi): Set base branch when updating release version by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2152
* fix(quickinventory): AttributError when creating inventory table by bnugent in https://github.com/prowler-cloud/prowler/pull/2122
* fix(rds): Handle DBSnapshotNotFound by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2165
* fix(readme): Add GCP provider to README introduction by sergargar in https://github.com/prowler-cloud/prowler/pull/2143
* fix(redshift): correct description in redshift_cluster_automatic_upgrades by rubtoa https://github.com/prowler-cloud/prowler/pull/2246
* fix(resourceexplorer2): Solve test and region by sergargar in https://github.com/prowler-cloud/prowler/pull/2206
* fix(resource_not_found): Handle error by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2136
* fix(rds): exclude Aurora in rds_instance_transport_encrypted check by sergargar https://github.com/prowler-cloud/prowler/pull/2245
* fix(s3): Handle if ignore_public_acls is None by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2128
* fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by visit1985 in https://github.com/prowler-cloud/prowler/pull/2156
* fix(ssm): Handle ValidationException when retrieving documents by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2146
* fix(test): Call cloudtrail_s3_dataevents_write_enabled check by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2204
* fix(test): Mock audit info in services https://github.com/prowler-cloud/prowler/pull/2208 https://github.com/prowler-cloud/prowler/pull/2210 https://github.com/prowler-cloud/prowler/pull/2211 https://github.com/prowler-cloud/prowler/pull/2209 https://github.com/prowler-cloud/prowler/pull/2224 https://github.com/prowler-cloud/prowler/pull/2215 https://github.com/prowler-cloud/prowler/pull/2223 https://github.com/prowler-cloud/prowler/pull/2212 https://github.com/prowler-cloud/prowler/pull/2213 https://github.com/prowler-cloud/prowler/pull/2225
* fix(version): Handle request response property by sergargar in https://github.com/prowler-cloud/prowler/pull/2175

Builds
* build(deps): bump alive-progress from 3.1.0 to 3.1.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2187
* build(deps): bump azure-mgmt-security from 3.0.0 to 4.0.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2141
* build(deps): bump azure-storage-blob from 12.15.0 to 12.16.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2230
* build(deps): bump boto3 from 1.26.90 to 1.26.105 by dependabot in https://github.com/prowler-cloud/prowler/pull/2232
* build(deps): bump botocore from 1.29.105 to 1.29.115 by dependabot in https://github.com/prowler-cloud/prowler/pull/2233
* build(deps): bump google-api-python-client from 2.81.0 to 2.84.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2188
* build(deps): bump mkdocs-material from 9.1.5 to 9.1.6 by dependabot in https://github.com/prowler-cloud/prowler/pull/2186
* build(deps): bump pydantic from 1.10.6 to 1.10.7 by dependabot in https://github.com/prowler-cloud/prowler/pull/2139
* build(deps-dev): bump coverage from 7.2.2 to 7.2.3 by dependabot in https://github.com/prowler-cloud/prowler/pull/2234
* build(deps-dev): bump moto from 4.1.6 to 4.1.7 by dependabot in https://github.com/prowler-cloud/prowler/pull/2231
* build(deps-dev): bump pylint from 2.17.0 to 2.17.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2161
* build(deps-dev): bump pytest from 7.2.2 to 7.3.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2185

Chores
* chore(regions): Sort AWS regions by sergargar in https://github.com/prowler-cloud/prowler/pull/2198
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2236
* chore(docs): Developer Guide - how to create a new check by sergargar in https://github.com/prowler-cloud/prowler/pull/2137
* chore(docs): Improve quick inventory section by sergargar in https://github.com/prowler-cloud/prowler/pull/2117
* chore(docs): Improve reporting documentation by sergargar in https://github.com/prowler-cloud/prowler/pull/2119
* chore(docs): Remove list severities by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2116

New Contributors
* bnugent made their first contribution in https://github.com/prowler-cloud/prowler/pull/2122
* cerontrustly made their first contribution in https://github.com/prowler-cloud/prowler/pull/2154
* visit1985 made their first contribution in https://github.com/prowler-cloud/prowler/pull/2156
* rubtoa made their first contribution in https://github.com/prowler-cloud/prowler/pull/2246

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.3.4...3.4.0

3.3.4

Not secure
Fixes
* fix(docs): check extra_742 name adjusted in the V2 to V3 mapping by cerontrustly in https://github.com/prowler-cloud/prowler/pull/2154
* fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by visit1985 in https://github.com/prowler-cloud/prowler/pull/2156
* fix(rds): Handle DBSnapshotNotFound by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2165
* fix(cloudformation): Handle ValidationError by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2166
* fix(iam): Handle LimitExceededException when calling generate_credential_report by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2168
* fix(dax): Call list_tags using the cluster ARN by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2167
* fix(pipeline build): fixed wording when build and push by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2169
* fix(elbv2 desync check): Mixed elbv2 desync and smuggling by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2171

Chores
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2155 https://github.com/prowler-cloud/prowler/pull/2159 https://github.com/prowler-cloud/prowler/pull/2170 https://github.com/prowler-cloud/prowler/pull/2173

Dependencies
* build(deps-dev): bump pylint from 2.17.0 to 2.17.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2161
* build(deps): bump mkdocs-material from 9.1.4 to 9.1.5 by dependabot in https://github.com/prowler-cloud/prowler/pull/2162
* build(deps): bump botocore from 1.29.100 to 1.29.105 by dependabot in https://github.com/prowler-cloud/prowler/pull/2163
* build(deps-dev): bump moto from 4.1.5 to 4.1.6 by dependabot in https://github.com/prowler-cloud/prowler/pull/2164


New Contributors
* cerontrustly made their first contribution in https://github.com/prowler-cloud/prowler/pull/2154
* visit1985 made their first contribution in https://github.com/prowler-cloud/prowler/pull/2156

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.3.2...3.3.3

3.3.3

Not secure
Fixes
* fix(docs): check extra_742 name adjusted in the V2 to V3 mapping by cerontrustly in https://github.com/prowler-cloud/prowler/pull/2154
* fix(secretsmanager_automatic_rotation_enabled): Improve description for Secrets Manager secret rotation by visit1985 in https://github.com/prowler-cloud/prowler/pull/2156
* fix(rds): Handle DBSnapshotNotFound by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2165
* fix(cloudformation): Handle ValidationError by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2166
* fix(iam): Handle LimitExceededException when calling generate_credential_report by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2168
* fix(dax): Call list_tags using the cluster ARN by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2167
* fix(pipeline build): fixed wording when build and push by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2169
* fix(elbv2 desync check): Mixed elbv2 desync and smuggling by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2171

Chores
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2155 https://github.com/prowler-cloud/prowler/pull/2159 https://github.com/prowler-cloud/prowler/pull/2170 https://github.com/prowler-cloud/prowler/pull/2173

Dependencies
* build(deps-dev): bump pylint from 2.17.0 to 2.17.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2161
* build(deps): bump mkdocs-material from 9.1.4 to 9.1.5 by dependabot in https://github.com/prowler-cloud/prowler/pull/2162
* build(deps): bump botocore from 1.29.100 to 1.29.105 by dependabot in https://github.com/prowler-cloud/prowler/pull/2163
* build(deps-dev): bump moto from 4.1.5 to 4.1.6 by dependabot in https://github.com/prowler-cloud/prowler/pull/2164


New Contributors
* cerontrustly made their first contribution in https://github.com/prowler-cloud/prowler/pull/2154
* visit1985 made their first contribution in https://github.com/prowler-cloud/prowler/pull/2156

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.3.2...3.3.3

3.3.2

Not secure
Fixes
* fix(pypi): Build from release branch by jfagoagas in 2151

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.3.1...3.3.2

3.3.1

Not secure
Fixes
* fix(output bucket): solve IsADirectoryError using compliance flag by sergargar in https://github.com/prowler-cloud/prowler/pull/2121
* fix(quickinventory): AttributError when creating inventory table by bnugent in https://github.com/prowler-cloud/prowler/pull/2122
* fix(aws_provider): Fix assessment session name by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2132
* fix(brew): move brew formula action to the bottom by sergargar in https://github.com/prowler-cloud/prowler/pull/2135
* fix(s3): handle if ignore_public_acls is None by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2128
* fix(defender service): retrieving key dicts with get by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2129
* fix(resource_not_found): Handle error by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2136
* fix(readme): add GCP provider to README introduction by sergargar in https://github.com/prowler-cloud/prowler/pull/2143
* fix(azure output): change default values of audit identity metadata by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2144
* fix(delete check): delete check ec2.._in_use_without_ingrgess_filtering by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2148
* fix(audit_info): azure subscriptions parsing error by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2147
* fix(ssm): Handle ValidationException when retrieving documents by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2146
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2149

Chores
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2104
* chore(version): check latest version by sergargar in https://github.com/prowler-cloud/prowler/pull/2106

Docs
* docs: Remove list severities by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2116
* docs(developer-guide): added phase 1 of dev guide by toniblyx in https://github.com/prowler-cloud/prowler/pull/1904
* docs: improve quick inventory section by sergargar in https://github.com/prowler-cloud/prowler/pull/2117
* docs: improve reporting documentation by sergargar in https://github.com/prowler-cloud/prowler/pull/2119
* docs: Developer Guide - how to create a new check by sergargar in https://github.com/prowler-cloud/prowler/pull/2137

Dependencies
* build(deps-dev): bump openapi-spec-validator from 0.5.5 to 0.5.6 by dependabot in https://github.com/prowler-cloud/prowler/pull/2110
* build(deps-dev): bump coverage from 7.2.1 to 7.2.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2112
* build(deps-dev): bump moto from 4.1.4 to 4.1.5 by dependabot in https://github.com/prowler-cloud/prowler/pull/2111
* build(deps): bump mkdocs-material from 9.1.2 to 9.1.3 by dependabot in https://github.com/prowler-cloud/prowler/pull/2113
* build(deps): bump boto3 from 1.26.86 to 1.26.90 by dependabot in https://github.com/prowler-cloud/prowler/pull/2114
* build(deps): bump alive-progress from 3.0.1 to 3.1.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2138
* build(deps): bump pydantic from 1.10.6 to 1.10.7 by dependabot in https://github.com/prowler-cloud/prowler/pull/2139
* build(deps): bump mkdocs-material from 9.1.3 to 9.1.4 by dependabot in https://github.com/prowler-cloud/prowler/pull/2140
* build(deps): bump botocore from 1.29.90 to 1.29.100 by dependabot in https://github.com/prowler-cloud/prowler/pull/2142

New Contributors
* bnugent made their first contribution in https://github.com/prowler-cloud/prowler/pull/2122

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.3.0...3.3.1

3.3.0

Not secure
_Through earth and water, fire and wind
You came at last, nothing was the end..._

As this series of Prowler versions, _Sun and Steel_ is a song part of _Piece of Mind_ album of _Iron Maiden_. In this side of the world (north hemisphere), spring is about to start and this song is about Sun (and Steel) so here you go! 🤘🏽See below the amazing new features we have added to **Prowler 3.3.0 🔥[Sun and Steel](https://www.youtube.com/watch?v=aOKJIynZlZ0)🔥**

New features to highlight in this version:

🏷️ **Resource Tags everywhere**:
- Now all findings outputs like HTML, CSV and JSON for AWS provider contains every resource tags.
![Screenshot 2023-03-16 at 18 17 13](https://user-images.githubusercontent.com/3985464/225700219-1fdc4047-28cf-4b6e-a1df-4e20df2beba1.png)

⚖️ **Compliance everywhere**:
- Now all findings in outputs like HTML, CSV and JSON contains any security framework related to the finding.
![Screenshot 2023-03-16 at 18 17 23](https://user-images.githubusercontent.com/3985464/225700256-cbabcddd-769e-4e97-a0c2-537ca73f5af2.png)

🛡️ **Security Hub integration with compliance from Prowler**:
- All findings sent to Security Hub include their compliance information and all frameworks that they belongs to. This allow user to filter by Compliance Associated Standards ID and others and take advantage of all new supported frameworks in Prowler:
![Screenshot 2023-03-16 at 18 25 37](https://user-images.githubusercontent.com/3985464/225703067-cdddb8ca-2f71-43da-a623-dc5e0bf920d4.png)

📊 **New inventory output include regions**:
- When running Prowler Quick Inventory (`prowler -i`) the output is as nice as this one:
<img width="778" alt="Screenshot 2023-03-16 at 18 25 07" src="https://user-images.githubusercontent.com/3985464/225703412-5a59a70e-900f-4c27-9336-f7d41a422ced.png">

✅ **3 new checks**:
- s3_bucket_level_public_access_block
- rds_instance_transport_encrypted - this is valid so far only for Postgresql and MS SQL Server
- cloudwatch_log_group_no_secrets_in_logs

What's Changed:

* feat(templates): New versions of issues and fr templates by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2072
* feat(tags): add resource tags by sergargar in https://github.com/prowler-cloud/prowler/pull/2020
* feat(s3_bucket_level_public_access_block): new check by sergargar in https://github.com/prowler-cloud/prowler/pull/1953
* feat(rds_instance_transport_encrypted): add new check by sergargar in https://github.com/prowler-cloud/prowler/pull/1963
* feat(quick_inventory): add regions to inventory table by sergargar in https://github.com/prowler-cloud/prowler/pull/2026
* feat(new_check): cloudwatch_log_group_no_secrets_in_logs by Fennerr in https://github.com/prowler-cloud/prowler/pull/1980
* feat(lambda_cloudtrail check): improved logic and status extended by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2092
* feat(inventory): add tags to quick inventory by sergargar in https://github.com/prowler-cloud/prowler/pull/2051
* feat(encryption): add new encryption category by sergargar in https://github.com/prowler-cloud/prowler/pull/1999
* feat(dispatch): add tag info to dispatch by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2002
* feat(compliance): add compliance field to HTML, CSV and JSON outputs including frameworks and reqs by sergargar in https://github.com/prowler-cloud/prowler/pull/2060
* feat(SecurityHub): add compliance details to Security Hub findings by sergargar in https://github.com/prowler-cloud/prowler/pull/2100

Fixes:
* fix(windows-path): --list-services bad split by garym-krrv in https://github.com/prowler-cloud/prowler/pull/2028
* fix(ulimit): handle low ulimit OSError by sergargar in https://github.com/prowler-cloud/prowler/pull/2042
* fix(ulimit check): test only when platform is not windows by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2094
* fix(quick inventory): add non-tagged s3 buckets to inventory by sergargar in https://github.com/prowler-cloud/prowler/pull/2041
* fix(providers): Move provider's logic outside main by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2043
* fix(iam): pydantic migration and reformat logic service by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2010
* fix(head): Pass head commit to dispatch action by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2022
* fix(emr): solve emr_cluster_publicly_accesible error by sergargar in https://github.com/prowler-cloud/prowler/pull/2086
* fix(emr): KeyError EmrManagedSlaveSecurityGroup by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2000
* fix(ec2_securitygroup_allow_wide_open_public_ipv4): correct check title by sergargar in https://github.com/prowler-cloud/prowler/pull/2101
* fix(ec2): avoid terminated instances by sergargar in https://github.com/prowler-cloud/prowler/pull/2063
* fix(compliance): add check to 2.1.5 CIS by sergargar in https://github.com/prowler-cloud/prowler/pull/2077
* fix(cloudwatch): solve inexistent filterPattern error by sergargar in https://github.com/prowler-cloud/prowler/pull/2087
* fix(cloudtrail): list tags only in owned trails by sergargar in https://github.com/prowler-cloud/prowler/pull/2025
* fix(check): change cloudformation_outputs_find_secrets name by sergargar in https://github.com/prowler-cloud/prowler/pull/2027
* fix(bug_report): typo in bug reporting template by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2078
* fix(bug_report): Update wording by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2074
* fix(awslambdacloudtrail): include advanced event and all lambdas in check by n4ch04 in https://github.com/prowler-cloud/prowler/pull/1994
* fix(actions): fixed dispatch commit message by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2023
* fix(actions): Typo push should be true by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2019
* fix(actions): Stop using github storage by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2016

Documentation and other updates
* chore(docs): update readme with new ECR alias by toniblyx in https://github.com/prowler-cloud/prowler/pull/2079
* chore(docs): Corrected spelling mistake in multiacount by alexnelsone in https://github.com/prowler-cloud/prowler/pull/2056
* chore(docs): Add brew and github installation to quick start by toniblyx in https://github.com/prowler-cloud/prowler/pull/1991
* chore(release): update Prowler Version to 3.2.4 by sergargar in https://github.com/prowler-cloud/prowler/pull/1988
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2095
* chore(poetry): add poetry checks to pre-commit by sergargar in https://github.com/prowler-cloud/prowler/pull/2040
* chore(metadata): remove tags from metadata by sergargar in https://github.com/prowler-cloud/prowler/pull/1998
* chore(iam): update prowler permissions by sergargar in https://github.com/prowler-cloud/prowler/pull/2050
* chore(dependabot): Change to weekly by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2057
* chore(brew): bump new version to brew by sergargar in https://github.com/prowler-cloud/prowler/pull/1990
* chore(actions): Use GHA cache by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2066
* chore(actions): Missing cache in the PR by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2067
* build(deps-dev): bump pytest-xdist from 3.2.0 to 3.2.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2084
* build(deps-dev): bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2046
* build(deps-dev): bump pylint from 2.16.4 to 2.17.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2062
* build(deps-dev): bump moto from 4.1.3 to 4.1.4 by dependabot in https://github.com/prowler-cloud/prowler/pull/2045
* build(deps-dev): bump freezegun from 1.2.1 to 1.2.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2033
* build(deps-dev): bump flake8 from 5.0.4 to 6.0.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2012
* build(deps-dev): bump docker from 6.0.0 to 6.0.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2030
* build(deps-dev): bump coverage from 7.1.0 to 7.2.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2032
* build(deps-dev): bump black from 22.10.0 to 22.12.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2013
* build(deps-dev): bump bandit from 1.7.4 to 1.7.5 by dependabot in https://github.com/prowler-cloud/prowler/pull/2082
* build(deps): bump pydantic from 1.10.5 to 1.10.6 by dependabot in https://github.com/prowler-cloud/prowler/pull/2081
* build(deps): bump mkdocs-material from 9.1.1 to 9.1.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2080
* build(deps): bump botocore from 1.29.86 to 1.29.90 by dependabot in https://github.com/prowler-cloud/prowler/pull/2083
* build(deps): bump boto3 from 1.26.85 to 1.26.86 by dependabot in https://github.com/prowler-cloud/prowler/pull/2061

New Contributors
* garym-krrv made their first contribution in https://github.com/prowler-cloud/prowler/pull/2028
* alexnelsone made their first contribution in https://github.com/prowler-cloud/prowler/pull/2056

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.2.4...3.3.0

Page 19 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.