From ae64cc1dc4554d8054af6b4446404de7ff18a905 Mon Sep 17 00:00:00 2001 From: Vladimir Kochetkov Date: Tue, 5 Dec 2017 13:45:29 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d67d3b..fad8f24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# libprotection-dotnet +# LibProtection.NET -**libprotection-dotnet** is a .NET version of LibProtection library — an alternative implementation of the standard functionality of the formatted and interpolated strings. It provides a realtime automatic protection from any class of the injection attacks, which belong to the most attacked languages (HTML, URL, JavaScript, SQL and the file paths are currently supported). +## Disclaimer + +This project is in the state of early beta. It is stable enough for the public testing, but can be used at the production environments only at your own risk. + +**Libprotection.NET** is a .NET version of LibProtection library — an alternative implementation of the standard functionality of the formatted and interpolated strings. It provides a realtime automatic protection from any class of the injection attacks, which belong to the most attacked languages (HTML, URL, JavaScript, SQL and the file paths are currently supported). | Windows Build Status | |---| @@ -41,3 +45,7 @@ Response.Write(SafeString.Format($"<script>alert(`XSS`)</script>`` + +## Try it online + +A test site that imitates a vulnerable application protected by the library is available [here](http://playground.libprotection.org/).