Skip to content

Commit

Permalink
Update plugins/aws/wafv2/wafV2CloudwatchMetricsEnabled.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored Apr 5, 2023
1 parent 094417c commit e8ada79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aws/wafv2/wafV2CloudwatchMetricsEnabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
description: 'Ensure that AWS CloudWatch metrics is enabled for WAFV2 Web ACL rules.',
more_info: 'As a security best practice, make sure to enable CloudWatch metrics for all the configured Web ACL rules. These metrics are useful in understanding the access patterns for your web application like allowed, blocked or passed requests based on the rules evaluation.',
link: 'https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html',
recommended_action: 'Modify WAFv2 and enable cloud watch metrics',
recommended_action: 'Modify WAFv2 and enable cloud watch metrics.',
apis: ['WAFV2:listWebACLs', 'WAFV2:getWebACL'],

run: function(cache, settings, callback) {
Expand Down

0 comments on commit e8ada79

Please sign in to comment.