diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index fc76ec6948..eaeb7d4812 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -55,6 +55,7 @@ All notable changes to the **Prowler SDK** are documented in this file. - Remove invalid parameter `create_file_descriptor` [(#7600)](https://github.com/prowler-cloud/prowler/pull/7600) - Remove first empty line in HTML output [(#7606)](https://github.com/prowler-cloud/prowler/pull/7606) - Ensure that ContentType in upload_file matches the uploaded file’s format [(#7635)](https://github.com/prowler-cloud/prowler/pull/7635) +- Fix incorrect check inside 4.4.1 requirement for Azure CIS 2.0 [(#7656)](https://github.com/prowler-cloud/prowler/pull/7656). --- diff --git a/prowler/compliance/azure/cis_2.0_azure.json b/prowler/compliance/azure/cis_2.0_azure.json index 6a35609d3e..59ab14879d 100644 --- a/prowler/compliance/azure/cis_2.0_azure.json +++ b/prowler/compliance/azure/cis_2.0_azure.json @@ -1988,7 +1988,7 @@ "Id": "4.4.1", "Description": "Ensure 'Enforce SSL connection' is set to 'Enabled' for Standard MySQL Database Server", "Checks": [ - "postgresql_flexible_server_allow_access_services_disabled" + "mysql_flexible_server_ssl_connection_enabled" ], "Attributes": [ {