mirror of https://github.com/CIRCL/AIL-framework
parent
970709219c
commit
78e3fde355
|
@ -130,9 +130,9 @@ taxonomies = Taxonomies()
|
|||
for tag in taxonomies.get('infoleak').machinetags():
|
||||
r_serv_tags.sadd('active_tag_infoleak', tag)
|
||||
for tag in taxonomies.get('gdpr').machinetags():
|
||||
r_serv_tags.sadd('active_tag_infoleak', tag)
|
||||
r_serv_tags.sadd('active_tag_gdpr', tag)
|
||||
for tag in taxonomies.get('fpf').machinetags():
|
||||
r_serv_tags.sadd('active_tag_infoleak', tag)
|
||||
r_serv_tags.sadd('active_tag_fpf', tag)
|
||||
|
||||
# ============ MAIN ============
|
||||
|
||||
|
|
Loading…
Reference in New Issue