mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-14 05:07:02 +00:00
bug fix: default secure value for services changed from False to True
This commit is contained in:
@@ -26,7 +26,7 @@ class Event(object):
|
||||
""" Event Types """
|
||||
# TODO: make proof an abstract method.
|
||||
class Service(object):
|
||||
def __init__(self, name, path="", secure=False):
|
||||
def __init__(self, name, path="", secure=True):
|
||||
self.name = name
|
||||
self.secure = secure
|
||||
self.path = path
|
||||
|
||||
Reference in New Issue
Block a user