mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-12 20:27:21 +00:00
Improved vulnerability description for this hunter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user