Improved vulnerability description for this hunter

This commit is contained in:
ori.agmon
2018-11-07 22:32:19 +02:00
committed by oriagmon
parent d4d1751d3e
commit ad5a4eba86
+1 -1
View File
@@ -20,7 +20,7 @@ class ServiceAccountTokenAccess(Vulnerability, Event):
""" Accessing the pod's service account token gives an attacker the option to use the server API """
def __init__(self, evidence):
Vulnerability.__init__(self, KubernetesCluster, name="read access to the token", category=AccessRisk)
Vulnerability.__init__(self, KubernetesCluster, name="Read access to pod's service account token", category=AccessRisk)
self.evidence = evidence
# Passive Hunter