aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.7k stars 581 forks source link

Typo in ARP module #353

Closed weddige closed 4 years ago

weddige commented 4 years ago

The ARP module contains a type, that prevents it from running successfully: https://github.com/aquasecurity/kube-hunter/blob/4484ad734fd59f40e473df59bb93d76d1c0867d6/kube_hunter/modules/hunting/arp.py#L58

Correct would be timeout=config.network_timeout instead of timeout=config.netork_timeout.