From 61933e2f176cbf727bf1082cb7bcdd0c0fcbbc88 Mon Sep 17 00:00:00 2001 From: AkhtarAmir <31914988+AkhtarAmir@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:32:06 +0500 Subject: [PATCH] Apply suggestions from code review --- plugins/aws/cognito/cognitoHasWafEnabled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/aws/cognito/cognitoHasWafEnabled.js b/plugins/aws/cognito/cognitoHasWafEnabled.js index eba7741dd7..f045eab37b 100644 --- a/plugins/aws/cognito/cognitoHasWafEnabled.js +++ b/plugins/aws/cognito/cognitoHasWafEnabled.js @@ -2,7 +2,7 @@ var async = require('async'); var helpers = require('../../../helpers/aws'); module.exports = { - title: 'Cognito User Pool Has WAF Enabled', + title: 'Cognito User Pool WAF Enabled', category: 'Cognito', domain: 'Identity and Access Management', description: 'Ensure that Cognito User Pool has WAF enabled.',