fix(azure): CIS v2.0 4.4.1 Uses Wrong Check (#7660)

Co-authored-by: drewadwade <32397380+drewadwade@users.noreply.github.com>
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-05-05 16:33:39 +02:00
committed by GitHub
parent 26040f04ad
commit ddc0c84fb2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,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 files 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).
---
+1 -1
View File
@@ -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": [
{