aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.66k stars 578 forks source link

Bugfix - Aws metadata api discovery #455

Closed danielsagi closed 3 years ago

danielsagi commented 3 years ago

Description

closes #452

Contribution checklist

Notes

Please mention if you have not checked any of the above boxes.

codecov[bot] commented 3 years ago

Codecov Report

Merging #455 (2dc590a) into main (65eefed) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #455   +/-   ##
=======================================
  Coverage   63.79%   63.79%           
=======================================
  Files          42       42           
  Lines        2395     2395           
=======================================
  Hits         1528     1528           
  Misses        867      867           
Impacted Files Coverage Δ
kube_hunter/core/events/types.py 83.60% <ø> (ø)
kube_hunter/modules/discovery/hosts.py 55.95% <0.00%> (ø)
kube_hunter/modules/hunting/apiserver.py 72.34% <ø> (ø)
kube_hunter/modules/hunting/arp.py 46.87% <ø> (ø)
kube_hunter/modules/hunting/kubelet.py 60.40% <ø> (ø)
kube_hunter/modules/hunting/secrets.py 50.00% <ø> (ø)

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 65eefed...2dc590a. Read the comment docs.