Annotation of parser3/tests/441.html, revision 1.1
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=
! 14: 3. $f[^file::exec[cat^os[-windows].sh; ;args;"quo ted"]]
! 15: =$f.text=
! 16: 4. $f[^file::exec[cat^os[-windows].sh; ;args;un"quo ted";%PATH%;some\\ \r\n - enter?]]
! 17: =$f.text=
E-mail: