OWASP.AntiSamy
1.1.0
Advisory: https://github.com/advisories/GHSA-8x6f-956f-q43w | Severity: moderate |
AngleSharp.Css had a broken reference to AngleSharp on this version. The consequence was an assembly load failure when scanning CSS styles.
Use v1.1.1 or above if any.
See the version list below for details.
dotnet add package OWASP.AntiSamy --version 1.1.0
NuGet\Install-Package OWASP.AntiSamy -Version 1.1.0
<PackageReference Include="OWASP.AntiSamy" Version="1.1.0" />
paket add OWASP.AntiSamy --version 1.1.0
#r "nuget: OWASP.AntiSamy, 1.1.0"
// Install OWASP.AntiSamy as a Cake Addin #addin nuget:?package=OWASP.AntiSamy&version=1.1.0 // Install OWASP.AntiSamy as a Cake Tool #tool nuget:?package=OWASP.AntiSamy&version=1.1.0
OWASP AntiSamy .NET
A library for performing fast, configurable cleansing of HTML coming from untrusted sources. Refactored from an old project in .NET Framework 2.0.
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.
This project will be trying to be in sync with the original Java version, its repository can be found here.
Check the wiki for information on how to use, build, test and more.
Contributing to OWASP AntiSamy .NET
Found an issue?
If you have found a bug, then create an issue in the OWASP AntiSamy .NET repository: https://github.com/spassarop/antisamy-dotnet/issues.
Found a vulnerability?
If you have found a vulnerability in OWASP AntiSamy .NET, first search the issues list (see above) to see if it has already been reported. If it has not, then please contact Sebastián Passaro (sebastian.passaro at owasp.org) directly. Please do not report vulnerabilities via GitHub issues as we wish to keep our users secure while a patch is implemented and deployed. If you wish to be acknowledged for finding the vulnerability, then please follow this process.
More detail is available in the file: SECURITY.md.
License
Released under the BSD-3-Clause license as specified here: LICENSE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- AngleSharp (>= 0.16.1)
- AngleSharp.Css (>= 0.16.3)
- HtmlAgilityPack (>= 1.11.40)
-
.NETFramework 4.6
- AngleSharp (>= 0.16.1)
- AngleSharp.Css (>= 0.16.3)
- HtmlAgilityPack (>= 1.11.40)
-
.NETStandard 2.0
- AngleSharp (>= 0.16.1)
- AngleSharp.Css (>= 0.16.3)
- HtmlAgilityPack (>= 1.11.40)
-
net5.0
- AngleSharp (>= 0.16.1)
- AngleSharp.Css (>= 0.16.3)
- HtmlAgilityPack (>= 1.11.40)
-
net6.0
- AngleSharp (>= 0.16.1)
- AngleSharp.Css (>= 0.16.3)
- HtmlAgilityPack (>= 1.11.40)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OWASP.AntiSamy:
Repository | Stars |
---|---|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|