TASKPM/libreplan-webapp/src/main
Oscar Gonzalez Fernandez 9576e135ad Use ProcessBuilder to construct program calls
Avoid potential remote code execution through the `parameters`
parameter. They were concatenated to the capture command String
directly, which could lead to the injection of malicious code.

Currently the problem isn't exposed because the potential attacker
can't control the contents of the `parameters` map, since their
contents are chosen from a limited set of values.
2013-06-21 14:51:56 +02:00
..
jasper Added grouping headers to new report with all columns 2013-06-13 18:12:22 +02:00
java/org/libreplan Use ProcessBuilder to construct program calls 2013-06-21 14:51:56 +02:00
resources Bump version number to 1.4.0 2013-04-29 19:05:17 +02:00
webapp Modified cost tab on project/task details to include criteria based budget 2013-06-13 18:12:21 +02:00