Skip to content

Commit

Permalink
Update misp_to_yeti.py
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
sebdraven committed Apr 3, 2024
1 parent ee57b20 commit 762621a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/common/misp_to_yeti.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ def __import_exploit_poc(
self, invest: entity.Investigation, object_exploit_poc: MISPObject
):
poc_attr = object_exploit_poc.get_attributes_by_relation("poc")
print(poc_attr)

def __import_exploit(
self, invest: entity.Investigation, object_exploit: MISPObject
Expand Down

0 comments on commit 762621a

Please sign in to comment.