Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HtmlSanitizer 5.0.376 #8323

Merged
merged 1 commit into from Jan 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Expand Up @@ -18,7 +18,7 @@
<PackageManagement Include="Fluid.Core" Version="1.0.0-beta-9693" />
<PackageManagement Include="GraphQL" Version="2.4.0" />
<PackageManagement Include="Jint" Version="3.0.0-beta-1914" />
<PackageManagement Include="HtmlSanitizer" Version="5.0.372" />
<PackageManagement Include="HtmlSanitizer" Version="5.0.376" />
<PackageManagement Include="Lucene.Net" Version="4.8.0-beta00013" />
<PackageManagement Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00013" />
<PackageManagement Include="Lucene.Net.QueryParser" Version="4.8.0-beta00013" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Expand Up @@ -9,7 +9,7 @@ The below table lists the different .NET libraries used in Orchard Core:
| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) |
| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 4.8.0-beta00013 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) |
| [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) |
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 5.0.372 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) |
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 5.0.376 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) |
| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.1 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) |
| [Irony.Core](https://github.com/daxnet/irony) | A modified version of the Irony project with .NET Core support | 1.0.7 | [MIT](https://github.com/daxnet/irony/blob/master/LICENSE) |
| [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-1914 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) |
Expand Down