mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Chg [tidal] add associated to name
This commit is contained in:
parent
a88b3ced33
commit
16366f6893
3 changed files with 752 additions and 752 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -238,7 +238,7 @@ class GroupCluster(Cluster):
|
|||
meta=associated_meta,
|
||||
related=associated_related,
|
||||
uuid=associated_group.get("associated_group_id"),
|
||||
value=associated_group.get("name"),
|
||||
value=associated_group.get("name") + " - Associated Group",
|
||||
)
|
||||
self.values.append(value.return_value())
|
||||
related.append(
|
||||
|
@ -339,7 +339,7 @@ class SoftwareCluster(Cluster):
|
|||
meta=associated_meta,
|
||||
related=associated_related,
|
||||
uuid=associated_software.get("associated_software_id"),
|
||||
value=associated_software.get("name"),
|
||||
value=associated_software.get("name") + " - Associated Software",
|
||||
)
|
||||
self.values.append(value.return_value())
|
||||
related.append(
|
||||
|
|
Loading…
Reference in a new issue