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

Co-authored-by: pedrooot <pedromarting3@gmail.com>
This commit is contained in:
drewadwade
2025-05-05 09:53:55 -04:00
committed by GitHub
parent 844dd5ba95
commit a580b1ee04
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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 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": [
{