From b85456385461ca6c36ae1654d1eac17fb9f87b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Thu, 30 Oct 2025 09:38:48 +0100 Subject: [PATCH] fix(emr): invalid JSON trailing comma (#9082) --- .../emr_cluster_publicly_accesible.metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/providers/aws/services/emr/emr_cluster_publicly_accesible/emr_cluster_publicly_accesible.metadata.json b/prowler/providers/aws/services/emr/emr_cluster_publicly_accesible/emr_cluster_publicly_accesible.metadata.json index 5e044bec0c..9174e4a273 100644 --- a/prowler/providers/aws/services/emr/emr_cluster_publicly_accesible/emr_cluster_publicly_accesible.metadata.json +++ b/prowler/providers/aws/services/emr/emr_cluster_publicly_accesible/emr_cluster_publicly_accesible.metadata.json @@ -16,7 +16,7 @@ "Risk": "**Open Internet ingress** to EMR nodes enables direct access to services and UIs, facilitating brute force, RCE, and data theft. Adversaries can pivot inside the VPC, alter jobs and outputs (**integrity**), exfiltrate datasets (**confidentiality**), or abuse compute for mining, degrading **availability**.", "RelatedUrl": "", "AdditionalURLs": [ - "https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-block-public-access.html", + "https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-block-public-access.html" ], "Remediation": { "Code": {