mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-30 18:38:55 +08:00
- avoid copying whole git history to the container - add xss testing for markdown renderer
17 lines
449 B
Markdown
Vendored
17 lines
449 B
Markdown
Vendored
<!--
|
|
Copyright © Weblate contributors
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
|
|
<!-- markdownlint-disable MD033 -->
|
|
|
|
<script>alert(1)</script>
|
|
<img src=x onerror="alert(1)">
|
|
<svg><script>alert(1)</script></svg>
|
|
[link](javascript:alert(1))
|
|
[link](data:text/html,<script>alert(1)</script>)
|
|
)
|
|
<javascript:alert(1)>
|
|
[link](<https://example.com/" onclick="alert(1)>)
|
|
>)
|