mirror of https://github.com/MISP/misp-galaxy
fix: [fight] unique refs
parent
a1658b3712
commit
2f47a3c505
File diff suppressed because it is too large
Load Diff
|
@ -120,6 +120,9 @@ for item in fight['techniques']:
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
element['meta']['refs'] = list(set(element['meta']['refs']))
|
||||||
|
element['meta']['refs'].sort()
|
||||||
|
|
||||||
techniques.append(element)
|
techniques.append(element)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue