Change CVE hunters description (#183)

Make CVE hunters description more accurate
This commit is contained in:
Yehuda Chikvashvili
2019-10-02 17:32:09 +03:00
committed by Liz Rice
parent a1feb06ec7
commit bc00bbd058

View File

@@ -139,7 +139,7 @@ class CveUtils:
@handler.subscribe_once(K8sVersionDisclosure)
class K8sClusterCveHunter(Hunter):
"""K8s CVE Hunter
Checks if Node is running a Kubernetes version vulnerable to known CVEs
Checks if Node is running a Kubernetes version vulnerable to specific important CVEs
"""
def __init__(self, event):
@@ -162,7 +162,7 @@ class K8sClusterCveHunter(Hunter):
@handler.subscribe(KubectlClientEvent)
class KubectlCVEHunter(Hunter):
"""Kubectl CVE Hunter
Checks if the kubectl client is vulnerable to known CVEs
Checks if the kubectl client is vulnerable to specific important CVEs
"""
def __init__(self, event):
self.event = event