mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-13 01:58:22 +00:00
fix tags enabled by default
This commit is contained in:
parent
970709219c
commit
78e3fde355
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@ taxonomies = Taxonomies()
|
||||||
for tag in taxonomies.get('infoleak').machinetags():
|
for tag in taxonomies.get('infoleak').machinetags():
|
||||||
r_serv_tags.sadd('active_tag_infoleak', tag)
|
r_serv_tags.sadd('active_tag_infoleak', tag)
|
||||||
for tag in taxonomies.get('gdpr').machinetags():
|
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():
|
for tag in taxonomies.get('fpf').machinetags():
|
||||||
r_serv_tags.sadd('active_tag_infoleak', tag)
|
r_serv_tags.sadd('active_tag_fpf', tag)
|
||||||
|
|
||||||
# ============ MAIN ============
|
# ============ MAIN ============
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue