Skip to content

Commit

Permalink
Merge pull request #293 from splunk/add_detection_type_list
Browse files Browse the repository at this point in the history
Add type_list to annotations
  • Loading branch information
pyth0n1c authored Sep 26, 2024
2 parents a199c72 + 506bbaf commit dde564b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def annotations(self) -> dict[str, Union[List[str], int, str]]:
annotations_dict["cve"] = self.tags.cve
annotations_dict["impact"] = self.tags.impact
annotations_dict["type"] = self.type
annotations_dict["type_list"] = [self.type]
# annotations_dict["version"] = self.version

annotations_dict["data_source"] = self.data_source
Expand Down

0 comments on commit dde564b

Please sign in to comment.