change node names + add description #505
Merged
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 involves renaming of node names and adding descriptions to improve the clarity and understanding of the code. The changes are made across multiple files, mainly in 'attack-tracks' and 'controls' directories. The node names have been changed to more accurately represent their functionality, and descriptions have been added for better understanding of each node's purpose.
PR Main Files Walkthrough:
attack-tracks/service-destruction.json
: Renamed the node from 'Workload Exposure' to 'Initial Access' and added a description. Also, renamed the substep from 'Service Destruction' to 'Denial of service' and added a description.attack-tracks/workload-external-track.json
: Renamed the node from 'Workload Exposure' to 'Initial Access' and added a description. Also, renamed and added descriptions for all substeps.controls/C-0009-resourcelimits.json
: Updated the category from 'Service Destruction' to 'Denial of service' in the attackTracks section.controls/C-0041-hostnetworkaccess.json
: Updated the category from 'Network' to 'Lateral Movement (Network)' in the attackTracks section.controls/C-0044-containerhostport.json
: Updated the category from 'Workload Exposure' to 'Initial Access' in the attackTracks section for both attackTrack entries.controls/C-0045-writablehostpathmount.json
: Updated the category from 'Potential Node exposure' to 'Privilege Escalation (Node)' in the attackTracks section.controls/C-0046-insecurecapabilities.json
: Updated the category from 'Potential Node exposure' to 'Privilege Escalation (Node)' in the attackTracks section.controls/C-0048-hostpathmount.json
: Updated the category from 'Potential Node exposure' to 'Privilege Escalation (Node)' in the attackTracks section.controls/C-0211-applysecuritycontexttoyourpodsandcontainers.json
: Updated the category from 'Potential Node exposure' to 'Privilege Escalation (Node)' in the attackTracks section.controls/C-0256-exposuretointernet.json
: Updated the category from 'Workload Exposure' to 'Initial Access' in the attackTracks section for both attackTrack entries.User Description:
Overview
changes according to requirments in SUB-2541