Skip to content

Commit

Permalink
feat: list attack paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 17, 2024
1 parent 1de7fc7 commit 5d0491b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ebios_rm/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class StrategicScenarioReadSerializer(BaseModelSerializer):
folder = FieldsRelatedField()
ro_to_couple = FieldsRelatedField()
gravity = serializers.JSONField(source="get_gravity_display")
attack_paths = FieldsRelatedField(many=True)

class Meta:
model = StrategicScenario
Expand Down

0 comments on commit 5d0491b

Please sign in to comment.