Info
Version: | 1.2.1 |
Author(s): | spassaro |
Last Update: | Friday, December 22, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://owasp.org/www-project-antisamy/ |
NuGet Url: | https://www.nuget.org/packages/OWASP.AntiSamy |
Install
Install-Package OWASP.AntiSamy
dotnet add package OWASP.AntiSamy
paket add OWASP.AntiSamy
OWASP.AntiSamy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AngleSharp(>= 0.14.0)
- AngleSharp.Css(>= 0.14.2)
- HtmlAgilityPack(>= 1.11.29)
- AngleSharp(>= 0.14.0)
- AngleSharp.Css(>= 0.14.2)
- HtmlAgilityPack(>= 1.11.29)
- AngleSharp(>= 0.14.0)
- AngleSharp.Css(>= 0.14.2)
- HtmlAgilityPack(>= 1.11.29)
- AngleSharp(>= 0.14.0)
- AngleSharp.Css(>= 0.14.2)
- HtmlAgilityPack(>= 1.11.29)
Tags
Another way of saying that could be: It's an API that helps you make sure that clients don't supply malicious cargo code in the HTML they supply for their profile, comments, etc., that get persisted on the server.
The term "malicious code" in regard to web applications usually mean "JavaScript." Mostly, Cascading Stylesheets are only considered malicious when they invoke JavaScript. However, there are many situations where "normal" HTML and CSS can be used in a malicious manner.