Skip to content

Commit dc54ac8

Browse files
Merge pull request #1795 from fatima99s/networkWatcherCategoryChange
change category network watcher
2 parents f809ec3 + 229e95f commit dc54ac8

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

exports.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ module.exports = {
835835
'flexibleServerDiagnosticLogs' : require(__dirname + '/plugins/azure/postgresqlserver/flexibleServerDiagnosticLogs.js'),
836836

837837
'openOracleAutoDataWarehouse' : require(__dirname + '/plugins/azure/networksecuritygroups/openOracleAutoDataWarehouse.js'),
838-
'networkWatcherEnabled' : require(__dirname + '/plugins/azure/networksecuritygroups/networkWatcherEnabled.js'),
838+
'nsgFlowLogsRetentionPeriod' : require(__dirname + '/plugins/azure/networksecuritygroups/nsgFlowLogsRetentionPeriod.js'),
839839
'excessiveSecurityGroups' : require(__dirname + '/plugins/azure/networksecuritygroups/excessiveSecurityGroups.js'),
840840
'defaultSecurityGroup' : require(__dirname + '/plugins/azure/networksecuritygroups/defaultSecurityGroup.js'),
841841
'openAllPorts' : require(__dirname + '/plugins/azure/networksecuritygroups/openAllPorts.js'),
@@ -877,7 +877,7 @@ module.exports = {
877877
'openHTTPS' : require(__dirname + '/plugins/azure/networksecuritygroups/openHTTPS.js'),
878878
'nsgLogAnalyticsEnabled' : require(__dirname + '/plugins/azure/networksecuritygroups/nsgLogAnalyticsEnabled.js'),
879879

880-
'nsgFlowLogsRetentionPeriod' : require(__dirname + '/plugins/azure/networkwatchers/nsgFlowLogsRetentionPeriod.js'),
880+
'networkWatcherEnabled' : require(__dirname + '/plugins/azure/networkwatchers/networkWatcherEnabled.js'),
881881

882882
'resourceUsageLimit' : require(__dirname + '/plugins/azure/resources/resourceUsageLimit.js'),
883883
'managementLockEnabled' : require(__dirname + '/plugins/azure/resources/managementLockEnabled.js'),

plugins/aws/glue/glueCloudwatchLogsEncrypted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var helpers = require('../../../helpers/aws');
33

44
module.exports = {
55
title: 'AWS Glue CloudWatch Encrypted Logs',
6-
category: 'AWS Glue',
6+
category: 'Glue',
77
domain: 'Content Delivery',
88
description: 'Ensures that encryption at-rest is enabled when writing AWS Glue logs to Amazon CloudWatch.',
99
more_info: 'AWS Glue should have encryption at-rest enabled for AWS Glue logs to ensure security of AWS Glue logs.',

plugins/azure/networkwatchers/nsgFlowLogsRetentionPeriod.js renamed to plugins/azure/networksecuritygroups/nsgFlowLogsRetentionPeriod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const helpers = require('../../../helpers/azure/');
33

44
module.exports = {
55
title: 'NSG Flow Logs Retention Period',
6-
category: 'Network Watcher',
6+
category: 'Network Security Groups',
77
domain: 'Management and Governance',
88
description: 'Ensures that Azure Network Security Groups (NSGs) have a sufficient flow log retention period',
99
more_info: 'A flow log data retention period of 90 days or more, allows you to collect the necessary amount of logging data required to check for anomalies and provide details about any potential security breach.',

plugins/azure/networkwatchers/nsgFlowLogsRetentionPeriod.spec.js renamed to plugins/azure/networksecuritygroups/nsgFlowLogsRetentionPeriod.spec.js

File renamed without changes.

plugins/azure/networksecuritygroups/networkWatcherEnabled.js renamed to plugins/azure/networkwatchers/networkWatcherEnabled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const helpers = require('../../../helpers/azure/');
33

44
module.exports = {
55
title: 'Network Watcher Enabled',
6-
category: 'Network Security Groups',
6+
category: 'Network Watcher',
77
domain: 'Network Access Control',
88
description: 'Ensures Network Watcher is enabled in all locations',
99
more_info: 'Network Watcher helps locate, diagnose, and gain insights into Azure networks. Enabling Network Watcher in all locations ensures that no resources are being used in locations that are not authorized.',

plugins/azure/networksecuritygroups/networkWatcherEnabled.spec.js renamed to plugins/azure/networkwatchers/networkWatcherEnabled.spec.js

File renamed without changes.

0 commit comments

Comments
 (0)