From 32fee9a0a97813a45a841da00caeb85c8a1986e1 Mon Sep 17 00:00:00 2001 From: oriagmon Date: Mon, 3 Dec 2018 20:27:47 +0200 Subject: [PATCH] Minor typo --- src/modules/hunting/secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hunting/secrets.py b/src/modules/hunting/secrets.py index ccb9e47..db75f82 100644 --- a/src/modules/hunting/secrets.py +++ b/src/modules/hunting/secrets.py @@ -22,7 +22,7 @@ class SecretsAccess(Vulnerability, Event): # Passive Hunter @handler.subscribe(RunningAsPodEvent) class AccessSecrets(Hunter): - """AccessSecrets + """Access Secrets Accessing the secrets accessible to the pod""" def __init__(self, event):