mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(azure): CIS v2.0 4.4.1 Uses Wrong Check (#7656)
Co-authored-by: pedrooot <pedromarting3@gmail.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user