Skip to content

Commit

Permalink
Update "Data Collection" step name to "Execution" in workload-unauthe…
Browse files Browse the repository at this point in the history
…nticated-service.json

Signed-off-by: kooomix <[email protected]>
  • Loading branch information
kooomix committed Aug 18, 2024
1 parent f1a7df7 commit 5d572ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attack-tracks/workload-unauthenticated-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "The service is exposed outside the Kubernetes network.",
"subSteps": [
{
"name": "Data Collection",
"name": "Execution",
"description": "Database access is missing authentication and it can be accessed by anyone"
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0274-unauthenticatedservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"attackTrack": "workload-unauthenticated-service",
"categories": [
"Data Collection"
"Execution"
]
}
]
Expand Down

0 comments on commit 5d572ae

Please sign in to comment.