Skip to content

Commit 1cc5d5a

Browse files
committed
docs(changelog): move entra_users_mfa_capable fix to 5.26.1
5.26.0 has been released, so the fix moves to a new 5.26.1 patch section.
1 parent b076d51 commit 1cc5d5a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

prowler/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ All notable changes to the **Prowler SDK** are documented in this file.
3737
- AWS SDK test isolation: autouse `mock_aws` fixture and leak detector in `conftest.py` to prevent tests from hitting real AWS endpoints, with idempotent organization setup for tests calling `set_mocked_aws_provider` multiple times [(#10605)](https://github.com/prowler-cloud/prowler/pull/10605)
3838
- AWS `boto` user agent extra is now applied to every client [(#10944)](https://github.com/prowler-cloud/prowler/pull/10944)
3939
- Image provider connection check no longer fails with a misleading `host='https'` resolution error when the registry URL includes an `http://` or `https://` scheme prefix [(#10950)](https://github.com/prowler-cloud/prowler/pull/10950)
40-
- `entra_users_mfa_capable` no longer flags disabled guest users by requesting `accountEnabled` and `userType` from Microsoft Graph via `$select` and using Graph as the source of truth for `account_enabled` (EXO `Get-User` does not return guest users) [(#10921)](https://github.com/prowler-cloud/prowler/issues/10921)
4140
- Azure subscriptions sharing the same display name are no longer collapsed into a single identity entry, so every subscription is scanned [(#10718)](https://github.com/prowler-cloud/prowler/pull/10718)
4241

4342
### 🔐 Security
@@ -47,6 +46,14 @@ All notable changes to the **Prowler SDK** are documented in this file.
4746

4847
---
4948

49+
## [5.26.1] (Prowler UNRELEASED)
50+
51+
### 🐞 Fixed
52+
53+
- `entra_users_mfa_capable` no longer flags disabled guest users by requesting `accountEnabled` and `userType` from Microsoft Graph via `$select` and using Graph as the source of truth for `account_enabled` (EXO `Get-User` does not return guest users) [(#10921)](https://github.com/prowler-cloud/prowler/issues/10921)
54+
55+
---
56+
5057
## [5.25.3] (Prowler v5.25.3)
5158

5259
### 🐞 Fixed

0 commit comments

Comments
 (0)