aquasecurity / kube-hunter

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

Added MITRE documentation in README #485

Closed danielsagi closed 2 years ago

danielsagi commented 2 years ago

Description

Added MITRE Matrix picture to simulate kube-hunter tests

BEFORE

Any Terminal Output Before Changes.

AFTER

Any Terminal Output Before Changes.

Contribution checklist

Notes

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

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #485 (c45f612) into main (473e4fe) will increase coverage by 2.35%. The diff coverage is 87.59%.

:exclamation: Current head c45f612 differs from pull request most recent head d90c99c. Consider uploading reports for the commit d90c99c to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
+ Coverage   63.67%   66.03%   +2.35%     
==========================================
  Files          43       46       +3     
  Lines        2431     2644     +213     
==========================================
+ Hits         1548     1746     +198     
- Misses        883      898      +15     
Impacted Files Coverage Δ
kube_hunter/modules/hunting/cves.py 81.03% <ø> (+2.93%) :arrow_up:
kube_hunter/modules/hunting/etcd.py 33.75% <ø> (ø)
kube_hunter/modules/hunting/kubelet.py 60.40% <ø> (ø)
kube_hunter/modules/hunting/proxy.py 48.43% <ø> (ø)
kube_hunter/modules/report/base.py 30.30% <ø> (ø)
kube_hunter/modules/report/plain.py 12.50% <0.00%> (ø)
kube_hunter/core/types/hunters.py 65.21% <65.21%> (ø)
kube_hunter/modules/hunting/apiserver.py 72.34% <71.42%> (+1.92%) :arrow_up:
kube_hunter/core/events/types.py 82.81% <80.00%> (-0.39%) :arrow_down:
kube_hunter/core/types/vulnerabilities.py 93.67% <93.67%> (ø)
... and 17 more

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 83b19d4...d90c99c. Read the comment docs.