mal-lang / coreLang

A probabilistic attack simulation language for the (abstract) IT domain
https://mal-lang.org/coreLang/
Other
11 stars 13 forks source link

DoS on Connection does not lead to Data.delete #19

Closed skatsikeas closed 4 years ago

skatsikeas commented 4 years ago

Performing a Denial of Service on a Connection does not lead to delete on the Data in transit of that Connection.

skatsikeas commented 4 years ago

Fixed in https://github.com/mal-lang/coreLang/commit/3dfc8538d7bd36e5b28934eeba57451d26c9131e

Instead of Data.delete, a DoS now leads to Data.deny (to be in agreement with how it is named on Application)