aquasecurity / kube-hunter

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

Remove scapy usage #500

Closed danielsagi closed 2 years ago

danielsagi commented 2 years ago

Description

Following the issue #494 We moved the implementation of the specific modules that used the Scapy package to a new project

Regarding this change, The following hunters are moved to the plugins project:

The hunters will still be available in the updated docker image. For further information on plugins usage take a look at the documentation at the new repo

Fixes #494

Contribution checklist

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 #500 (b08a86b) into main (e1896f3) will increase coverage by 0.48%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #500      +/-   ##
==========================================
+ Coverage   64.75%   65.24%   +0.48%     
==========================================
  Files          46       44       -2     
  Lines        2531     2454      -77     
==========================================
- Hits         1639     1601      -38     
+ Misses        892      853      -39     
Impacted Files Coverage Δ
kube_hunter/conf/logging.py 100.00% <ø> (ø)
kube_hunter/modules/hunting/__init__.py 100.00% <ø> (ø)
kube_hunter/modules/hunting/apiserver.py 70.41% <0.00%> (-1.93%) :arrow_down:

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 e1896f3...b08a86b. Read the comment docs.