Notice about beta status

This commit is contained in:
bilbogh 2022-10-27 18:50:46 +02:00 committed by GitHub
parent 36861d3493
commit 5c2acf9c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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