Thread Warum ist das Ergebnis eines Regex-Matches je nach Input tainted? (7 answers)
Opened by clms at 2015-02-16 01:16

Raubtier
 2015-02-16 14:36
#179684 #179684
User since
2012-05-04
1076 Artikel
BenutzerIn
[default_avatar]
Ja, damit kann ich es (fast) reproduzieren, allerdings nur eine Taint-Warnung (Perl 5.18.2):
Code: (dl )
1
2
3
4
5
6
7
perl -T taint.pl
filtered string 'ABC1' is tainted at taint.pl line 18.
ABC1
ABC2
ABC3
ABC4
....

Ohne use locale; kommt keine Tainted-Warnung.

View full thread Warum ist das Ergebnis eines Regex-Matches je nach Input tainted?