We chose HTTPS

This commit is contained in:
Shay Nehmad 2019-12-25 10:57:17 +02:00
parent ab57b5895e
commit 6e9ee4158d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
class CommunicateAsNewUser(PBA): class CommunicateAsNewUser(PBA):
""" """
This PBA creates a new user, and then creates HTTP/S requests as that user. This is used for a Zero Trust test of the This PBA creates a new user, and then creates HTTPS requests as that user. This is used for a Zero Trust test of the
People pillar. See the relevant telemetry processing to see what findings are created. People pillar. See the relevant telemetry processing to see what findings are created.
""" """