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

PhysicalAccess on a Network does not lead to Access on it. #28

Closed skatsikeas closed 3 years ago

skatsikeas commented 3 years ago

As the name suggests, the physicalAccess attack step was not connected to the access attack step. This is a bug.

skatsikeas commented 3 years ago

This was fixed in https://github.com/mal-lang/coreLang/commit/faf5d9d58f6ab0658780d4d4122f254bebd71984 together with a re-design of how the networkAccessControl defense works.