in reply to Re^2: File::Find untaint in taint-mode under Win32
in thread File::Find untaint in taint-mode under Win32
Or to allow for Windows style directory separators as well (is that necessary?) something like:untaint_pattern => qr|^([-+@\w./:]+)$|
Anyone see any omissions or gotchas here for Windows or other platforms?untaint_pattern => qr|^([-+@\w./:\\]+)$|
--
John.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: File::Find untaint in taint-mode under Win32
by Anonymous Monk on May 09, 2011 at 14:39 UTC | |
by jmcnamara (Monsignor) on May 09, 2011 at 14:48 UTC |