mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

Bugfix: attacker entry points and reached attack steps separate lists #58

Closed mrkickling closed 2 months ago

mrkickling commented 2 months ago

Bugfix: attacker entry points and reached attack steps must be separate lists

When creating an attacker from a scenario, mistakenly the attacker would have the same list as entry_points and reached_attack_steps. This is solved by creating a new list instead.