mal-lang / mal-simulator

Apache License 2.0
1 stars 1 forks source link

Implement is_observable Property for Observation #24

Open andrewbwm opened 1 month ago

andrewbwm commented 1 month ago

Properly flag which attack steps in the attack graph are observable and include it in the observations sent to agents.

andrewbwm commented 1 month ago

Are there situations where maybe we would like to just prune away the unobservable nodes?

To ponder more when addressing #9.