aquasecurity / kube-hunter

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

Fix network_timeout in ARP module #354

Closed weddige closed 4 years ago

weddige commented 4 years ago

Description

This fixes a typo in the ARP hunter module, that prevented it from functioning.

Fixed Issues

This fixes #353

"BEFORE" and "AFTER" output

To verify that the change works as desired, please include an output of terminal before and after the changes under headings "BEFORE" and "AFTER".

BEFORE

Any Terminal Output Before Changes.

AFTER

Any Terminal Output Before Changes.

Contribution checklist

Notes

I added no test case, as I fixed only a typo in the code.

codecov[bot] commented 4 years ago

Codecov Report

Merging #354 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   58.06%   58.06%           
=======================================
  Files          40       40           
  Lines        2039     2039           
=======================================
  Hits         1184     1184           
  Misses        855      855           
Impacted Files Coverage Δ
kube_hunter/modules/hunting/arp.py 46.87% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 78c0133...957f87e. Read the comment docs.