Skip to content

Commit 8bb9b12

Browse files
authored
renaming internet exposure titles to network exposure (#2121)
Co-authored-by: AkhtarAmir <AkhtarAmir>
1 parent 5370f01 commit 8bb9b12

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

plugins/aws/ec2/ec2NetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'EC2',
77
domain: 'Compute',
88
severity: 'Info',

plugins/aws/eks/eksNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'EKS',
77
domain: 'Containers',
88
severity: 'Info',

plugins/aws/lambda/lambdaNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Lambda',
77
domain: 'Serverless',
88
severity: 'Info',

plugins/azure/appservice/functionAppNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'App Service',
77
domain: 'Application Integration',
88
severity: 'Info',

plugins/azure/kubernetesservice/aksNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Kubernetes Service',
77
domain: 'Containers',
88
severity: 'High',

plugins/azure/virtualmachines/vmNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Virtual Machines',
77
domain: 'Compute',
88
severity: 'Info',

plugins/google/cloudfunctions/cloudFunctionNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Cloud Functions',
77
domain: 'Serverless',
88
severity: 'Info',

plugins/google/compute/instanceNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Compute',
77
domain: 'Compute',
88
severity: 'Info',

plugins/google/kubernetes/clusterNetworkExposure.js

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

44
module.exports = {
5-
title: 'Internet Exposure',
5+
title: 'Network Exposure',
66
category: 'Kubernetes',
77
domain: 'Containers',
88
severity: 'Info',

0 commit comments

Comments
 (0)