Skip to content

Commit

Permalink
splitted #51 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
fqrious authored Nov 12, 2024
1 parent 1c3fa8e commit 60f4a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vulmatch/server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ def attack_view(cls, matrix_name: str):
)
class TempAttackView(cls):
matrix = matrix_name
openapi_tags = [f"ATT&CK {matrix_name_human}"]
TempAttackView.__name__ = f'{matrix_name.title()}AttackView'
return TempAttackView

Expand Down

0 comments on commit 60f4a0a

Please sign in to comment.