X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlsec.pod;h=1c2dbd266d47e819b6cf12e262647a92e6596126;hb=890ed176d1ab1cf305ce9634210857cfed305fff;hp=2e1fda370406866fc5c51fe782c0f893d2804024;hpb=7de90c4d189afc08ce6abcc82d00feb9e430fc8f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 2e1fda3..1c2dbd2 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -164,7 +164,7 @@ or a dot. if ($data =~ /^([-\@\w.]+)$/) { $data = $1; # $data now untainted } else { - die "Bad data in $data"; # log this somewhere + die "Bad data in '$data'"; # log this somewhere } This is fairly secure because C doesn't normally match shell