Skip to content

Commit

Permalink
feat: filter attack paths by scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 20, 2024
1 parent b2da031 commit d97f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ebios_rm/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def is_used(self, queryset, name, value):

class Meta:
model = AttackPath
fields = ["ebios_rm_study", "is_selected", "used"]
fields = ["ebios_rm_study", "is_selected", "used", "strategic_scenario"]


class AttackPathViewSet(BaseModelViewSet):
Expand Down

0 comments on commit d97f224

Please sign in to comment.