Annotation of parser3/tests/441.html, revision 1.3
1.1 moko 1: @main[]
2:
3: $s[
4: ^taint[html][ some <a href="/?a&b">html</a> code ]
5: ^taint[file-spec][ * ? " | ]
6: ^taint[ some <?dirty?> code ] trailing whitespace here -> ]
7:
8: env and args tainting tests:
9:
10: 1. $f[^file::exec[cat^os[-windows].sh; $.HTTP_OK[$s] $.REMOTE_ADDR[allowed];env;HTTP_OK]]
11: =$f.text=
12: 2. $f[^file::exec[cat^os[-windows].sh; ;args;$s]]
13: =$f.text=
1.2 moko 14: 3. $f[^file::exec[cat^os[-windows].sh; ;args;"quo ted";-opt ion]]
1.1 moko 15: =$f.text=
1.2 moko 16: 4. $f[^file::exec[cat^os[-windows].sh; ;args;1^^ 2& 3` 4< 5> 6% 7! 8" 9| 10( 11) 12^; 13= 14* 15? 16\ 17! 18[ 19] 20']]
17: =$f.text=
18: 5. $f[^file::exec[cat^os[-windows].sh; ;args;un"quo ted"]]
19: =$f.text=
1.3 ! moko 20: #6. $f[^file::exec[cat^os[-windows].sh; ;args;strange: \r\n - enter, Debian specific (all versions), FreeBSD, CentOS, MacOS - OK]]
! 21: # =$f.text=
E-mail: