mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-08 18:26:48 +00:00
* changed version hunting to be on a a new version disclosure vulnerability * fixed version publish * added logging and fixed typo * changed whole way of comparing versions in cve hunter * changed K8sVersionDisclosure vulnerability to one core vulnerability, that takes an endpoint. changed all usage * added tests * merged kubectl cve hunting with apiserver hunting. and simplified the code of apiserver cve hunting * fixed tests to new names * changed name of module to cves.py * drastically improved the cve vulnerble detection utility function. now works with all types of versioning methods * added packaging in requirementes.txt * added another test, and improved logic on cve comparison for more complicated versions * changed CveHunter to subscribe_once, to prevent duplicates duplicates * fixed tests for new improvements * removed unnecessary ternary on doc * removed unnecessary join split * improved compare function, made it util * improved cve checking to use mapping