Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type:
Refactoring
PR Description:
This PR includes changes to the node names in various files. The changes are mainly semantic, aiming to make the node names more descriptive and accurate. The files affected include various control and attack-track files.
PR Main Files Walkthrough:
attack-tracks/service-destruction.json
: The node name "Workload Exposure" has been changed to "Exposed Workload", and "Service Destruction" has been renamed to "Denial of service".attack-tracks/workload-external-track.json
: Several node names have been updated for clarity, including "Workload Exposure" to "Exposed Workload", "Data Access" to "Data Exposure", "Secret Access" to "Secret Exposure", "Credential access" to "Credential Exposure", "Potential Node exposure" to "Vulnerable node", and "Network" to "Network Exposure".controls/C-0009-resourcelimits.json
: The category "Service Destruction" has been renamed to "Denial of service".controls/C-0041-hostnetworkaccess.json
: The category "Network" has been renamed to "Network Exposure".controls/C-0044-containerhostport.json
: The category "Workload Exposure" has been renamed to "Exposed Workload".controls/C-0045-writablehostpathmount.json
: The category "Potential Node exposure" has been renamed to "Vulnerable node".controls/C-0046-insecurecapabilities.json
: The category "Potential Node exposure" has been renamed to "Vulnerable node".controls/C-0048-hostpathmount.json
: The category "Potential Node exposure" has been renamed to "Vulnerable node".controls/C-0255-workloadwithsecretaccess.json
: The category "Secret Access" has been renamed to "Secret Exposure".controls/C-0256-exposuretointernet.json
: The category "Workload Exposure" has been renamed to "Exposed Workload".User Description:
Overview