#2417 Add categorisation and updated new configs from merge
This commit is contained in:
@@ -214,9 +214,8 @@ class FirewallObservation(AbstractObservation, identifier="FIREWALL"):
|
||||
:return: Constructed firewall observation instance.
|
||||
:rtype: FirewallObservation
|
||||
"""
|
||||
where = parent_where + ["nodes", config.hostname]
|
||||
return cls(
|
||||
where=where,
|
||||
where=parent_where + ["nodes", config.hostname],
|
||||
ip_list=config.ip_list,
|
||||
wildcard_list=config.wildcard_list,
|
||||
port_list=config.port_list,
|
||||
|
||||
Reference in New Issue
Block a user