From 5c2acf9c33171b8efd2e8b63b53b11f9629af230 Mon Sep 17 00:00:00 2001 From: bilbogh <114033741+bilbogh@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:50:46 +0200 Subject: [PATCH] Notice about beta status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29c9788..7dee0b4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Every request to the application goes through two phases: 2. If the request is identified as a valid and legitimate request, the request is allowed, and forwarded to your application. If, however, the request is considered suspicious or high risk, it then gets evaluated by the unsupervised model, which was trained in your specific environment. This model uses information such as the URL and the users involved to create a final confidence score that determines whether the request should be allowed or blocked. +The project is currently in Beta and feedback is most welcomed! ## Machine Learning models