Compare commits
No commits in common. "fc0bb95017605f110eef07c2a4299aae91b65a48" and "fae8882c21361e30c59c67b11e424955a149e07b" have entirely different histories.
fc0bb95017
...
fae8882c21
|
@ -89,10 +89,10 @@ class Device:
|
|||
def get_hids(self):
|
||||
annotations = self.get_annotations()
|
||||
|
||||
self.hids = list(set(annotations.filter(
|
||||
self.hids = annotations.filter(
|
||||
type=Annotation.Type.SYSTEM,
|
||||
key__in=ALGOS.keys(),
|
||||
).values_list("value", flat=True)))
|
||||
).values_list("value", flat=True)
|
||||
|
||||
def get_evidences(self):
|
||||
if not self.uuids:
|
||||
|
|
Loading…
Reference in a new issue