Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove control C-0044 (hostPort) from attack tracks #507

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions controls/C-0044-containerhostport.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Loading