From d2563d4809b68fd26454eb7014567695bbb0fdbb Mon Sep 17 00:00:00 2001 From: Erwan Dano Date: Sat, 23 Mar 2024 16:43:27 +0100 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b686948..a484171 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Transmit Security Webinar - March 26th, 2024 This repository contains three branches: -- **main**: shows a full Detection and Response integration +- **main**: shows a full Detection and Response integration. This is the solution of the webinar, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected. - **adding-drs-starter** is the starting point of the webinar, a base code to learn how to implement the Transmit Security's Detection and Response Service in a project - **adding-detection-solution** is the first solution of the webinar, where the Detection and Response Service is integrated in silent (monitoring) mode. -- **adding-response-solution** is the solution of the webinar, where the Detection and Response Service is integrated to prevent a session from being used when a risk is detected. - ## Prerequistes