Skip to content

Commit 87c66ac

Browse files
AkhtarAmirAkhtarAmir
authored andcommitted
Azure/Public-access-plugins
1 parent 6abc5aa commit 87c66ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/azure/postgresqlserver/postgresqlServerPublicAccess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
domain: 'Databases',
88
severity: 'High',
99
description: 'Ensures that PostgreSQL servers do not allow public access',
10-
more_info: 'Configuring public access for PostgreSQL server instance allows the server to be accessible throught public endpoint. PostgreSQL server server instances should not have a public endpoint and should only be accessed from within a VNET.',
10+
more_info: 'Configuring public access for PostgreSQL server instance allows the server to be accessible through public endpoint. PostgreSQL server server instances should not have a public endpoint and should only be accessed from within a VNET.',
1111
recommended_action: 'Ensure that the firewall of each PostgreSQL server is configured to prohibit traffic from the public address.',
1212
link: 'https://learn.microsoft.com/en-us/azure/postgresql/concepts-firewall-rules',
1313
apis: ['servers:listPostgres', 'firewallRules:listByServerPostgres'],

0 commit comments

Comments
 (0)