Skip to content

Commit 09d9f43

Browse files
author
MPCoreDeveloper
committed
updated vulnerable HTML sanitizer package in Orchardcore demo
1 parent d12bef9 commit 09d9f43

24 files changed

+765
-5031
lines changed

.github/copilot-instructions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copilot Instructions
2+
3+
## General Guidelines
4+
- Test programs should be located in the `tests` folder and not in the repository root.
5+
6+
## Code Style
7+
- Use specific formatting rules
8+
- Follow naming conventions
9+
10+
## Project-Specific Rules
11+
- Custom requirement A
12+
- Custom requirement B

Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<!-- Requires OrchardCore preview feed: https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json -->
1818
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="3.0.0-preview-18884" />
1919
</ItemGroup>
20+
<ItemGroup>
21+
<PackageReference Include="HtmlSanitizer" Version="9.1.893-beta" />
22+
</ItemGroup>
2023

2124
<ItemGroup>
2225
<ProjectReference Include="..\..\..\..\src\SharpCoreDB.Data.Provider\SharpCoreDB.Data.Provider.csproj" />

docs/DOCUMENTATION_CROSS_REFERENCE.md

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)