Skip to content

Commit

Permalink
Fix comment and remove client network network response attack step.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbwm committed Nov 17, 2022
1 parent c99664d commit 3a35309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/mal/Networking.mal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ category Networking {
applications.networkConnectUninspected,
networkForwardingUninspected,
attemptReverseReach,
clientApplications.attemptNetworkConnectFromResponse,
accessNetworkData,
deny

Expand Down
2 changes: 1 addition & 1 deletion src/main/mal/Vulnerability.mal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
category Vulnerability {

abstract asset Vulnerability
user info: "Vulnerability refers to the inability (of a unit or a system, application, etc.) to withstand the effects of a hostile environment."
user info: "Vulnerability refers to the inability (of a system, application, etc.) to withstand the effects of a hostile environment."
{
# notPresent [Disabled]
user info: "This defense is used to reason about the attack vectors introduced by this asset. This is particularly useful for vulnerabilities where it is common to explore the possibility of patching them out."
Expand Down

0 comments on commit 3a35309

Please sign in to comment.