mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Perl provides a Taint (-T) mode which tracks data that is obtained by external means (e.g. arguments, reading file contents, environment variables, ...) Introduce a first set of corrections to clear and validate data obtained from external sources. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>