POSIX [[:character class:]] support for standard, locale,
[p5sagit/p5-mst-13.2.git] / t / pragma / warn / taint
CommitLineData
599cee73 1 taint.c TODO
2
3 Insecure %s%s while running setuid
4 Insecure %s%s while running setgid
5 Insecure %s%s while running with -T switch
6
7
8 Insecure directory in %s%s while running setuid
9 Insecure directory in %s%s while running setgid
10 Insecure directory in %s%s while running with -T switch
11
12
13
14__END__
15# taint.c
16use warning 'misc' ;
17
18EXPECT
19
20########
21# taint.c
22use warning 'misc' ;
23
24EXPECT
25