Prowler-cloud

Latest version: v4.2.4

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

Scan your dependencies

Page 18 of 26

3.5.3

Not secure
Fixes

* fix(ClientError): handle ClientErrors in DynamoDB and Directory Service by sergargar in https://github.com/prowler-cloud/prowler/pull/2400
* fix(OSError): handle different OSErrors by kij in https://github.com/prowler-cloud/prowler/pull/2398
* fix(allowlist) - `tags` parameter is a string, not a list by kppullin in https://github.com/prowler-cloud/prowler/pull/2375
* fix(aws): Handle unique map keys by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2390
* fix(categories): remove empty categories from metadata by sergargar in https://github.com/prowler-cloud/prowler/pull/2401
* fix(inspector2): fix active findings count by sergargar in https://github.com/prowler-cloud/prowler/pull/2395
* fix(pypi-release): Push version change to the branch by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2374
* fix(route53_dangling_ip_subdomain_takeover): notify only IPs with AWS IP Ranges by sergargar in https://github.com/prowler-cloud/prowler/pull/2396

Dependencies
* build(deps): bump azure-identity from 1.12.0 to 1.13.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2386
* build(deps): bump boto3 from 1.26.125 to 1.26.138 by dependabot in https://github.com/prowler-cloud/prowler/pull/2389
* build(deps): bump botocore from 1.29.134 to 1.29.138 by dependabot in https://github.com/prowler-cloud/prowler/pull/2383
* build(deps): bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2388
* build(deps): bump shodan from 1.29.0 to 1.29.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2385
* build(deps-dev): bump moto from 4.1.9 to 4.1.10 by dependabot in https://github.com/prowler-cloud/prowler/pull/2384

Chores
* chore(quick-inventory): send quick inventory to output bucket by sergargar in https://github.com/prowler-cloud/prowler/pull/2399
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2378

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

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.5.2...3.5.3

3.5.2

Not secure
Fixes
* fix(action): solve pypi-release action creating the release branch by sergargar in https://github.com/prowler-cloud/prowler/pull/2364
* fix(sts): Use the right region to validate credentials by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2349
* fix(resource_not_found): Handle error by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2370
* fix(ssm incidents): check if service available in aws partition by sergargar in https://github.com/prowler-cloud/prowler/pull/2372

Chores
* chore(docs): format regions-and-partitions by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2371
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2366

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.5.1...3.5.2

3.5.1

Not secure
Fixes
* fix(README): order providers alphabetically by sergargar in https://github.com/prowler-cloud/prowler/pull/2344
* fix(README): update Architecture image and PyPi links by sergargar in https://github.com/prowler-cloud/prowler/pull/2345
* fix(route53): handle empty Records in Zones by sergargar in https://github.com/prowler-cloud/prowler/pull/2351

Dependencies
* build(deps): bump pymdown-extensions from 9.11 to 10.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2355
* build(deps): bump shodan from 1.28.0 to 1.29.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2356
* build(deps): bump botocore from 1.29.125 to 1.29.134 by dependabot in https://github.com/prowler-cloud/prowler/pull/2357
* build(deps-dev): bump pytest-xdist from 3.2.1 to 3.3.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2358
* build(deps): bump mkdocs-material from 9.1.8 to 9.1.12 by dependabot in https://github.com/prowler-cloud/prowler/pull/2359
* build(deps-dev): bump docker from 6.1.1 to 6.1.2 by dependabot in https://github.com/prowler-cloud/prowler/pull/2360

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


**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.5.0...3.5.1

3.5.0

Not secure
I like the story behind [this](https://es.wikipedia.org/wiki/To_Tame_a_Land) Iron Maiden song. Enjoy Prowler 3.5.0 - Dune!

New features to highlight in this version:

🥳 **Slack integration:**
- Prowler now supports Slack integrations! Send a summary of the execution with a Slack APP in your channel, see more in our [Integrations Docs](https://docs.prowler.cloud/en/latest/tutorials/integrations/#slack)

![image](https://github.com/prowler-cloud/prowler/assets/38561120/0f12d237-f8dd-4531-ae29-27d90692b979)


✅ **9 new checks for AWS**:
- New services covered like FMS and NetworkFirewall, additional checks for AutoScaling, Organizations, RDS, Route53, S3, SSM Incidents and Workspaces.
- New important checks:
- `iam_role_cross_account_readonlyaccess_policy` Ensure IAM Roles do not have ReadOnlyAccess access for external AWS accounts
- `route53_dangling_ip_subdomain_takeover` Check if Route53 Records contains dangling IPs (based on https://github.com/assetnote/ghostbuster)
- See all checks with`prowler aws --list-checks`

🔨 **Allowlist improvements:**
- You can allowlist an specific service and include regex expressions in the tags, see more in our [Allowlist Docs](https://docs.prowler.cloud/en/latest/tutorials/allowlist/)

What's Changed:

Features
* feat(allowlist): allowlist a specific service by sergargar in https://github.com/prowler-cloud/prowler/pull/2331
* feat(allowlist): Support regexes in Tags to allow "or"-like conditional matching by kppullin in https://github.com/prowler-cloud/prowler/pull/2300
* feat(autoscaling): new check autoscaling_group_multiple_az by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2273
* feat(FMS): New Service FMS and Check fms_accounts_compliant by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2259
* feat(iam): add `iam_role_cross_account_readonlyaccess_policy` check by sergargar in https://github.com/prowler-cloud/prowler/pull/2312
* feat(NetworkFirewall): New Service and Check by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2261
* feat(Organizations): New check organizations_tags_policies_enabled_and_attached by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2287
* feat(pre-commit): added trufflehog to pre-commit by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2311
* feat(rds): new check rds_instance_deprecated_engine_version by pedromarting3 in https://github.com/prowler-cloud/prowler/pull/2298
* feat(route53): add route53_dangling_ip_subdomain_takeover check by sergargar in https://github.com/prowler-cloud/prowler/pull/2288
* feat(s3): add s3_bucket_object_lock check by sergargar in https://github.com/prowler-cloud/prowler/pull/2274
* feat(slack): add Slack App integration by sergargar in https://github.com/prowler-cloud/prowler/pull/2305
* feat(ssmincidents): Use regional_client region instead of audit_profile region by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2306
* feat(workspaces): New check workspaces_vpc_2private_1public_subnets_nat by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2286

Fixes
* fix(access-analyzer): Handle ResourceNotFoundException by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2336
* fix(apigateway2): correct paginator name by sergargar in https://github.com/prowler-cloud/prowler/pull/2283
* fix(backup): Return [] when None AdvancedBackupSettings by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2304
* fix(backups): change severity and only check report_plans if plans exists by gabrielsoltz in https://github.com/prowler-cloud/prowler/pull/2291
* fix(client_error): Handle errors by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2308
* fix(cloudfront_distributions_https_enabled): Add default case by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2329
* fix(cloudtrail): handle InsightNotEnabledException error by sergargar in https://github.com/prowler-cloud/prowler/pull/2322
* fix(ecr): Refactor service by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2302
* fix(emr): Handle InvalidRequestException by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2320
* fix(iam): Handle ListRoleTags and policy errors by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2319
* fix(opensearch): Handle invalid JSON policy by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2262
* fix(rds): check configurations for DB instances at cluster level by sergargar in https://github.com/prowler-cloud/prowler/pull/2277
* fix(resourceexplorer2): add resource id by sergargar in https://github.com/prowler-cloud/prowler/pull/2335
* fix(s3): handle NoSuchBucket error by sergargar in https://github.com/prowler-cloud/prowler/pull/2289
* fix(sagemaker): Handle ValidationException by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2321
* fix(sns_topics_not_publicly_accessible): Change PASS behaviour by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2282
* fix(trustedadvisor): avoid not_available checks by sergargar in https://github.com/prowler-cloud/prowler/pull/2323
* fix(typo): remove redundant lines by kagahd in https://github.com/prowler-cloud/prowler/pull/2307
* fix(typo): typo in `backup_vaults_exist` check title by sergargar in https://github.com/prowler-cloud/prowler/pull/2317
* fix(vpc services): list to dicts in vpc and subnets by n4ch04 in https://github.com/prowler-cloud/prowler/pull/2310

Chores
* chore(docs): improve GCP docs by sergargar in https://github.com/prowler-cloud/prowler/pull/2318
* chore(docs): improve security hub docs by sergargar in https://github.com/prowler-cloud/prowler/pull/2285
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2334

Dependencies
* build(deps): bump boto3 from 1.26.115 to 1.26.125 by dependabot in https://github.com/prowler-cloud/prowler/pull/2327
* build(deps): bump botocore from 1.29.115 to 1.29.125 by dependabot in https://github.com/prowler-cloud/prowler/pull/2301
* build(deps): bump google-api-python-client from 2.84.0 to 2.86.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2296
* build(deps): bump mkdocs-material from 9.1.6 to 9.1.8 by dependabot in https://github.com/prowler-cloud/prowler/pull/2294
* build(deps): bump mkdocs from 1.4.2 to 1.4.3 by dependabot in https://github.com/prowler-cloud/prowler/pull/2324
* build(deps-dev): bump coverage from 7.2.3 to 7.2.5 by dependabot in https://github.com/prowler-cloud/prowler/pull/2297
* build(deps-dev): bump docker from 6.0.1 to 6.1.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2326
* build(deps-dev): bump moto from 4.1.8 to 4.1.9 by dependabot in https://github.com/prowler-cloud/prowler/pull/2328
* build(deps-dev): bump pylint from 2.17.3 to 2.17.4 by dependabot in https://github.com/prowler-cloud/prowler/pull/2325


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

**Full Changelog**: https://github.com/prowler-cloud/prowler/compare/3.4.1...3.5.0

3.4.1

Not secure
Fixes
* fix(iam_role_cross_service_confused_deputy_prevention): avoid service linked roles by sergargar in https://github.com/prowler-cloud/prowler/pull/2249
* fix(version): execute check current version function only when `-v` by sergargar in https://github.com/prowler-cloud/prowler/pull/2263
* fix(log_group_retention): handle log groups that never expire by jfagoagas in https://github.com/prowler-cloud/prowler/pull/2272

Chores
* chore(test): add rds_instance_transport_encrypted test by sergargar in https://github.com/prowler-cloud/prowler/pull/2252
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2251
* chore(regions_update): Changes in regions for AWS services. by sergargar in https://github.com/prowler-cloud/prowler/pull/2258
* chore(test): add CloudWatch and Logs tests by sergargar in https://github.com/prowler-cloud/prowler/pull/2264

Builds
* build(deps-dev): bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/prowler-cloud/prowler/pull/2266
* build(deps-dev): bump pylint from 2.17.2 to 2.17.3 by dependabot in https://github.com/prowler-cloud/prowler/pull/2267
* build(deps-dev): bump moto from 4.1.7 to 4.1.8 by dependabot in https://github.com/prowler-cloud/prowler/pull/2268
* build(deps): bump boto3 from 1.26.105 to 1.26.115 by dependabot in https://github.com/prowler-cloud/prowler/pull/2269
* build(deps): bump azure-mgmt-security from 4.0.0 to 5.0.0 by dependabot in https://github.com/prowler-cloud/prowler/pull/2270


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

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

Page 18 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.