diff --git a/controls/C-0044-containerhostport.json b/controls/C-0044-containerhostport.json index d129973d7..89b18b9c7 100644 --- a/controls/C-0044-containerhostport.json +++ b/controls/C-0044-containerhostport.json @@ -6,20 +6,6 @@ "security", "compliance", "devops" - ], - "attackTracks": [ - { - "attackTrack": "workload-external-track", - "categories": [ - "Initial Access" - ] - }, - { - "attackTrack": "service-destruction", - "categories": [ - "Initial Access" - ] - } ] }, "description": "Configuring hostPort requires a particular port number. If two objects specify the same HostPort, they could not be deployed to the same node. It may prevent the second object from starting, even if Kubernetes will try reschedule it on another node, provided there are available nodes with sufficient amount of resources. Also, if the number of replicas of such workload is higher than the number of nodes, the deployment will consistently fail.",