()
| 36 | } |
| 37 | |
| 38 | func (n *Node) ContainsIPLists() bool { |
| 39 | return len(n.Whitelist.B_Ips) > 0 || len(n.Whitelist.B_Cidrs) > 0 |
| 40 | } |
| 41 | |
| 42 | func (n *Node) CheckIPsWL(p *pipeline.Event) bool { |
| 43 | srcs := p.ParseIPSources() |
no outgoing calls
no test coverage detected