Skip to content

Commit 108cfc2

Browse files
committed
chore(common): secrity docs polishment
1 parent 1780e09 commit 108cfc2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_contentTemplates/editor/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app-must-sanitize-content
22

3-
The application must sanitize the content before passing it to the editor and, optionally, before saving it to its storage after obtaining it from the editor. It is up to the application to ensure there is no malicious content (such as input sanitization, XSS attack prevention and other security concerns).
3+
The application must sanitize the content before passing it to the Editor and, optionally, before saving it to its storage after obtaining it from the Editor. It is up to the application to ensure there is no malicious content (such as input sanitization, XSS attack prevention and other security concerns).
44

55
#end
66

components/editor/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ The Blazor HTML Editor interacts with its content (value) like all standard comp
5656

5757
Be aware that [the Editor and the browser treat empty paragraphs differently]({%slug editor-kb-missing-br-tags-in-value%}).
5858

59-
>important @[template](/_contentTemplates/editor/general.md#app-must-sanitize-content)
59+
## Security
60+
61+
@[template](/_contentTemplates/editor/general.md#app-must-sanitize-content)
62+
6063

6164
## Validation
6265

security/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We will review the report and follow up in line with our security processes, mak
2828

2929
Clients can open a support ticket through the [Technical Support Center](https://www.telerik.com/account/support-center) for the respective product and submit detailed information, including scan reports (PDF/Word/Excel/Screenshot) triggered against a no-minified version of the scripts and steps to reproduce or evidence of the issue. Our team will review and respond accordingly. We treat Security Vulnerability reports with **highest priority** and we engage with our internal Security Champions for revisions.
3030

31-
> Tip: We recommend running the scan against the latest product version, as the problem may have already been resolved.
31+
>tip We recommend running the scan against the latest product version, as the problem may have already been resolved.
3232
3333
---
3434

security/overview.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,10 @@ We closely monitor the [OWASP Top 10](https://owasp.org/www-project-top-ten/) li
7878

7979
## Telerik UI for Blazor Component-Specific Security Guidelines
8080

81-
Telerik UI for Blazor provides a variety of security-related articles for individual components. These resources outline best practices and recommendations for securing each component and mitigating potential risks. Below is a list of available security articles for specific components:
81+
The following resources outline best practices and recommendations for securing the corresponding component and mitigating potential risks:
8282

83+
* [Editor - Security Guidelines]({%slug editor-overview%}#security)
8384
* [Upload - Security Guidelines]({%slug upload-overview%}#security)
8485

85-
<!-- add the Editor here as well but first add a security section in its overview -->
86-
87-
These resources provide specific guidelines for configuring the components securely and mitigating the risks associated with their usage.
88-
8986
For more detailed answers to common security-related questions, please refer to our [Security FAQ page]({%slug security-faq%}).
9087

0 commit comments

Comments
 (0)