Minor typo

This commit is contained in:
Liz Rice
2018-11-06 09:10:03 +00:00
committed by oriagmon
parent afce211c4e
commit 665956d441

View File

@@ -15,7 +15,7 @@ class ServerApiAccess(Vulnerability, Event):
""" Accessing the server API within a compromised pod would help an attacker gain full control over the cluster"""
def __init__(self, evidence):
Vulnerability.__init__(self, KubernetesCluster, name="Accessed to server API", category=RemoteCodeExec)
Vulnerability.__init__(self, KubernetesCluster, name="Access to server API", category=RemoteCodeExec)
self.evidence = evidence