Skip to content

Commit

Permalink
Add finding
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed May 19, 2019
1 parent c27fafc commit 68c9dbf
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "Instance allowing all incoming connections",
"Rationale": "Database instances should accept connections from trusted IPs and networks only (CIS 6.2).",
"dashboard_name": "Instances",
"path": "cloudsql.projects.id.instances.id.authorized_networks.id",
"display_path": "cloudsql.projects.id.instances.id",
"conditions": [ "and",
[ "cloudsql.projects.id.instances.id.authorized_networks.id.value", "match", ".*/0" ]
],
"id_suffix": "open_to_the_world"
}

0 comments on commit 68c9dbf

Please sign in to comment.